TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/ArmNameSpaceObjects.h>
Data Fields | |
UINT64 | PhysicalBaseAddress |
The Physical Base address for the GIC Distributor. | |
UINT32 | SystemVectorBase |
UINT8 | GicVersion |
A structure that describes the GIC Distributor information for the Platform.
ID: EArmObjGicDInfo
Definition at line 200 of file ArmNameSpaceObjects.h.
UINT8 CmArmGicDInfo::GicVersion |
The GIC version as described by the GICD structure in the ACPI Specification.
Definition at line 214 of file ArmNameSpaceObjects.h.
UINT64 CmArmGicDInfo::PhysicalBaseAddress |
The Physical Base address for the GIC Distributor.
Definition at line 202 of file ArmNameSpaceObjects.h.
UINT32 CmArmGicDInfo::SystemVectorBase |
The global system interrupt number where this GIC Distributor's interrupt inputs start.
Definition at line 208 of file ArmNameSpaceObjects.h.