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

#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.
 

Detailed Description

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.

Field Documentation

◆ CoordType

UINT32 AmlPsdInfo::CoordType

Coordination type.

Definition at line 136 of file AcpiObjects.h.

◆ Domain

UINT32 AmlPsdInfo::Domain

Domain Id.

Definition at line 133 of file AcpiObjects.h.

◆ NumProc

UINT32 AmlPsdInfo::NumProc

Number of processors belonging to the Domain.

Definition at line 139 of file AcpiObjects.h.

◆ Revision

UINT8 AmlPsdInfo::Revision

Revision.

Definition at line 130 of file AcpiObjects.h.


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