TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiObjects.h
Go to the documentation of this file.
1
9#ifndef AML_CPC_INFO_H_
10#define AML_CPC_INFO_H_
11
13
14#pragma pack(1)
15
32typedef struct AmlCpcInfo {
34 UINT32 Revision;
35
39 UINT32 HighestPerformanceInteger;
40
43 UINT32 NominalPerformanceInteger;
44
47 UINT32 LowestNonlinearPerformanceInteger;
48
51 UINT32 LowestPerformanceInteger;
52
56
59
63
67
71
75
79 UINT32 CounterWraparoundTimeInteger;
80
83
86
89
93
97 UINT32 AutonomousSelectionEnableInteger;
98
102
106
110 UINT32 ReferencePerformanceInteger;
111
115 UINT32 LowestFrequencyInteger;
116
120 UINT32 NominalFrequencyInteger;
122
128typedef struct AmlPsdInfo {
130 UINT8 Revision;
131
133 UINT32 Domain;
134
136 UINT32 CoordType;
137
139 UINT32 NumProc;
141
142#pragma pack()
143
144#endif //AML_CPC_INFO_H_
struct AmlCpcInfo AML_CPC_INFO
struct AmlPsdInfo AML_PSD_INFO
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE CPPCEnableRegister
Definition: AcpiObjects.h:92
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE MaximumPerformanceRegister
Definition: AcpiObjects.h:66
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE PerformanceLimitedRegister
Performance Limited Register.
Definition: AcpiObjects.h:88
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE LowestFrequencyBuffer
Definition: AcpiObjects.h:114
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE GuaranteedPerformanceRegister
Definition: AcpiObjects.h:55
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE DeliveredPerformanceCounterRegister
Delivered Performance Counter Register.
Definition: AcpiObjects.h:85
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE EnergyPerformancePreferenceRegister
Definition: AcpiObjects.h:105
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE LowestPerformanceBuffer
Indicates the lowest performance level of the processor..
Definition: AcpiObjects.h:50
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AutonomousSelectionEnableBuffer
Definition: AcpiObjects.h:96
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE PerformanceReductionToleranceRegister
Definition: AcpiObjects.h:70
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE TimeWindowRegister
Definition: AcpiObjects.h:74
UINT32 Revision
The revision number of the _CPC package format.
Definition: AcpiObjects.h:34
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE NominalFrequencyBuffer
Definition: AcpiObjects.h:119
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE NominalPerformanceBuffer
Indicates the highest sustained performance level of the processor.
Definition: AcpiObjects.h:42
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE ReferencePerformanceCounterRegister
Reference Performance Counter Register.
Definition: AcpiObjects.h:82
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE LowestNonlinearPerformanceBuffer
Indicates the lowest performance level of the processor with non-linear power savings.
Definition: AcpiObjects.h:46
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE HighestPerformanceBuffer
Definition: AcpiObjects.h:38
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AutonomousActivityWindowRegister
Definition: AcpiObjects.h:101
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE ReferencePerformanceBuffer
Definition: AcpiObjects.h:109
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE MinimumPerformanceRegister
Definition: AcpiObjects.h:62
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE CounterWraparoundTimeBuffer
Definition: AcpiObjects.h:78
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE DesiredPerformanceRegister
Desired Performance Register Buffer.
Definition: AcpiObjects.h:58
UINT32 NumProc
Number of processors belonging to the Domain.
Definition: AcpiObjects.h:139
UINT32 Domain
Domain Id.
Definition: AcpiObjects.h:133
UINT32 CoordType
Coordination type.
Definition: AcpiObjects.h:136
UINT8 Revision
Revision.
Definition: AcpiObjects.h:130