TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/MmConfiguration.h>
Data Fields | |
EFI_MM_RESERVED_MMRAM_REGION * | MmramReservedRegions |
EFI_MM_REGISTER_MM_ENTRY | RegisterMmEntry |
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.
Definition at line 53 of file MmConfiguration.h.
EFI_MM_RESERVED_MMRAM_REGION* _EFI_MM_CONFIGURATION_PROTOCOL::MmramReservedRegions |
A pointer to an array MMRAM ranges used by the initial MM entry code.
Definition at line 57 of file MmConfiguration.h.
EFI_MM_REGISTER_MM_ENTRY _EFI_MM_CONFIGURATION_PROTOCOL::RegisterMmEntry |
Definition at line 58 of file MmConfiguration.h.