TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/AcpiObjects.h>
Data Fields | |
UINT8 | Revision |
Revision. | |
UINT32 | Domain |
Domain Id. | |
UINT32 | CoordType |
Coordination type. | |
UINT32 | NumProc |
Number of processors belonging to the Domain. | |
A structure that describes a P-State Dependency (PSD) Info.
Cf. ACPI 6.5, s8.4.5.5 _PSD (P-State Dependency).
Definition at line 128 of file AcpiObjects.h.
UINT32 AmlPsdInfo::CoordType |
Coordination type.
Definition at line 136 of file AcpiObjects.h.
UINT32 AmlPsdInfo::Domain |
Domain Id.
Definition at line 133 of file AcpiObjects.h.
UINT32 AmlPsdInfo::NumProc |
Number of processors belonging to the Domain.
Definition at line 139 of file AcpiObjects.h.
UINT8 AmlPsdInfo::Revision |
Revision.
Definition at line 130 of file AcpiObjects.h.