|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/SmmConfiguration.h>
Data Fields | |
| EFI_PHYSICAL_ADDRESS | SmramReservedStart |
| UINT64 | SmramReservedSize |
Structure describing a SMRAM region which cannot be used for the SMRAM heap.
Definition at line 25 of file SmmConfiguration.h.
| UINT64 _EFI_SMM_RESERVED_SMRAM_REGION::SmramReservedSize |
Number of bytes occupied by the reserved SMRAM area. A size of zero indicates the last SMRAM area.
Definition at line 35 of file SmmConfiguration.h.
| EFI_PHYSICAL_ADDRESS _EFI_SMM_RESERVED_SMRAM_REGION::SmramReservedStart |
Starting address of the reserved SMRAM area, as it appears while SMRAM is open. Ignored if SmramReservedSize is 0.
Definition at line 30 of file SmmConfiguration.h.