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

Data Fields

UINT32 Start
 
UINT32 Length
 
EFI_LEGACY_REGION_ATTRIBUTE Attribute
 
UINT32 Granularity
 

Detailed Description

Definition at line 160 of file LegacyRegion2.h.

Field Documentation

◆ Attribute

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.

◆ Granularity

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.

◆ Length

UINT32 EFI_LEGACY_REGION_DESCRIPTOR::Length

The number of bytes in this region.

Definition at line 169 of file LegacyRegion2.h.

◆ Start

UINT32 EFI_LEGACY_REGION_DESCRIPTOR::Start

The beginning of the physical address of this region.

Definition at line 165 of file LegacyRegion2.h.


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