TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h>
Data Fields | |
UINT32 | ProximityDomain |
The proximity domain to which the "range of memory" belongs. | |
UINT64 | BaseAddress |
Base Address. | |
UINT64 | Length |
Length. | |
UINT32 | Flags |
Flags. | |
A structure that describes the Memory Affinity Structure (Type 1) in SRAT
ID: EArchCommonObjMemoryAffinityInfo
Definition at line 252 of file ArchCommonNameSpaceObjects.h.
UINT64 CmArchCommonMemoryAffinityInfo::BaseAddress |
Base Address.
Definition at line 257 of file ArchCommonNameSpaceObjects.h.
UINT32 CmArchCommonMemoryAffinityInfo::Flags |
Flags.
Definition at line 263 of file ArchCommonNameSpaceObjects.h.
UINT64 CmArchCommonMemoryAffinityInfo::Length |
Length.
Definition at line 260 of file ArchCommonNameSpaceObjects.h.
UINT32 CmArchCommonMemoryAffinityInfo::ProximityDomain |
The proximity domain to which the "range of memory" belongs.
Definition at line 254 of file ArchCommonNameSpaceObjects.h.