TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/SmmConfiguration.h>
Data Fields | |
EFI_SMM_RESERVED_SMRAM_REGION * | SmramReservedRegions |
EFI_SMM_REGISTER_SMM_ENTRY | RegisterSmmEntry |
The EFI SMM Configuration Protocol is a mandatory protocol published by a DXE CPU driver to indicate which areas within SMRAM are reserved for use by the CPU for any purpose, such as stack, save state or SMM entry point.
The RegisterSmmEntry() function allows the SMM IPL DXE driver to register the SMM Foundation entry point with the SMM entry vector code.
Definition at line 67 of file SmmConfiguration.h.
EFI_SMM_REGISTER_SMM_ENTRY _EFI_SMM_CONFIGURATION_PROTOCOL::RegisterSmmEntry |
Definition at line 72 of file SmmConfiguration.h.
EFI_SMM_RESERVED_SMRAM_REGION* _EFI_SMM_CONFIGURATION_PROTOCOL::SmramReservedRegions |
A pointer to an array SMRAM ranges used by the initial SMM entry code.
Definition at line 71 of file SmmConfiguration.h.