TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h>
Data Fields | |
UINT32 | ProximityDomain |
The proximity domain to which the generic initiator belongs. | |
UINT32 | Flags |
Flags. | |
UINT8 | DeviceHandleType |
Device Handle Type. | |
CM_OBJECT_TOKEN | DeviceHandleToken |
Reference Token for the Device Handle. | |
A structure that describes the Generic Initiator Affinity structure in SRAT
ID: EArchCommonObjGenericInitiatorAffinityInfo
Definition at line 302 of file ArchCommonNameSpaceObjects.h.
CM_OBJECT_TOKEN CmArchCommonGenericInitiatorAffinityInfo::DeviceHandleToken |
Reference Token for the Device Handle.
Definition at line 313 of file ArchCommonNameSpaceObjects.h.
UINT8 CmArchCommonGenericInitiatorAffinityInfo::DeviceHandleType |
Device Handle Type.
Definition at line 310 of file ArchCommonNameSpaceObjects.h.
UINT32 CmArchCommonGenericInitiatorAffinityInfo::Flags |
Flags.
Definition at line 307 of file ArchCommonNameSpaceObjects.h.
UINT32 CmArchCommonGenericInitiatorAffinityInfo::ProximityDomain |
The proximity domain to which the generic initiator belongs.
Definition at line 304 of file ArchCommonNameSpaceObjects.h.