TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_SMM_RESERVED_SMRAM_REGION Struct Reference

#include <MdePkg/Include/Protocol/SmmConfiguration.h>

Data Fields

EFI_PHYSICAL_ADDRESS SmramReservedStart
 
UINT64 SmramReservedSize
 

Detailed Description

Structure describing a SMRAM region which cannot be used for the SMRAM heap.

Definition at line 25 of file SmmConfiguration.h.

Field Documentation

◆ SmramReservedSize

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.

◆ SmramReservedStart

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.


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