XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_MM_CONFIGURATION_PROTOCOL Struct Reference

#include <MmConfiguration.h>

Collaboration diagram for _EFI_MM_CONFIGURATION_PROTOCOL:
Collaboration graph
[legend]

Public Attributes

EFI_MM_RESERVED_MMRAM_REGIONMmramReservedRegions
 
EFI_MM_REGISTER_MM_ENTRY RegisterMmEntry
 

Detailed Description

The EFI MM Configuration Protocol is a mandatory protocol published by a DXE CPU driver to indicate which areas within MMRAM are reserved for use by the CPU for any purpose, such as stack, save state or MM entry point.

The RegistermmEntry() function allows the MM IPL DXE driver to register the MM Foundation entry point with the MM entry vector code.

Member Data Documentation

◆ MmramReservedRegions

EFI_MM_RESERVED_MMRAM_REGION* _EFI_MM_CONFIGURATION_PROTOCOL::MmramReservedRegions

A pointer to an array MMRAM ranges used by the initial MM entry code.

◆ RegisterMmEntry

EFI_MM_REGISTER_MM_ENTRY _EFI_MM_CONFIGURATION_PROTOCOL::RegisterMmEntry

The documentation for this struct was generated from the following file: