TianoCore EDK2 master
|
Data Fields | |
UINT32 | Start |
UINT32 | Length |
EFI_LEGACY_REGION_ATTRIBUTE | Attribute |
UINT32 | Granularity |
Definition at line 160 of file LegacyRegion2.h.
EFI_LEGACY_REGION_ATTRIBUTE EFI_LEGACY_REGION_DESCRIPTOR::Attribute |
Attribute of the Legacy Region Descriptor that describes the capabilities for that memory region.
Definition at line 174 of file LegacyRegion2.h.
UINT32 EFI_LEGACY_REGION_DESCRIPTOR::Granularity |
Describes the byte length programmability associated with the Start address and the specified Attribute setting.
Definition at line 179 of file LegacyRegion2.h.
UINT32 EFI_LEGACY_REGION_DESCRIPTOR::Length |
The number of bytes in this region.
Definition at line 169 of file LegacyRegion2.h.
UINT32 EFI_LEGACY_REGION_DESCRIPTOR::Start |
The beginning of the physical address of this region.
Definition at line 165 of file LegacyRegion2.h.