|
XenevaOS
|
#include <SmmConfiguration.h>

Public Attributes | |
| 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.
| EFI_SMM_REGISTER_SMM_ENTRY _EFI_SMM_CONFIGURATION_PROTOCOL::RegisterSmmEntry |
| EFI_SMM_RESERVED_SMRAM_REGION* _EFI_SMM_CONFIGURATION_PROTOCOL::SmramReservedRegions |
A pointer to an array SMRAM ranges used by the initial SMM entry code.