TianoCore EDK2 master
|
#include <DynamicTablesPkg/Include/AcpiObjects.h>
A structure that describes the Cpc information.
Continuous Performance Control is described in DSDT/SSDT and associated to cpus/clusters in the cpu topology.
Unsupported Optional registers should be encoded with NULL resource Register {(SystemMemory, 0, 0, 0, 0)}
For values that support Integer or Buffer, integer will be used if buffer is NULL resource. If resource is not NULL then Integer must be 0
Cf. ACPI 6.4, s8.4.7.1 _CPC (Continuous Performance Control)
Definition at line 32 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::AutonomousActivityWindowRegister |
AutonomousActivity-WindowRegister Optional
Definition at line 101 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::AutonomousSelectionEnableBuffer |
Autonomous Selection Enable Optional
Definition at line 96 of file AcpiObjects.h.
UINT32 AmlCpcInfo::AutonomousSelectionEnableInteger |
Definition at line 97 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::CounterWraparoundTimeBuffer |
Counter Wraparound Time Optional
Definition at line 78 of file AcpiObjects.h.
UINT32 AmlCpcInfo::CounterWraparoundTimeInteger |
Definition at line 79 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::CPPCEnableRegister |
CPPC EnableRegister Optional
Definition at line 92 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::DeliveredPerformanceCounterRegister |
Delivered Performance Counter Register.
Definition at line 85 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::DesiredPerformanceRegister |
Desired Performance Register Buffer.
Definition at line 58 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::EnergyPerformancePreferenceRegister |
EnergyPerformance-PreferenceRegister Optional
Definition at line 105 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::GuaranteedPerformanceRegister |
Guaranteed Performance Register Buffer. Optional
Definition at line 55 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::HighestPerformanceBuffer |
Indicates the highest level of performance the processor is theoretically capable of achieving.
Definition at line 38 of file AcpiObjects.h.
UINT32 AmlCpcInfo::HighestPerformanceInteger |
Definition at line 39 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::LowestFrequencyBuffer |
Lowest Frequency Optional
Definition at line 114 of file AcpiObjects.h.
UINT32 AmlCpcInfo::LowestFrequencyInteger |
Definition at line 115 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::LowestNonlinearPerformanceBuffer |
Indicates the lowest performance level of the processor with non-linear power savings.
Definition at line 46 of file AcpiObjects.h.
UINT32 AmlCpcInfo::LowestNonlinearPerformanceInteger |
Definition at line 47 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::LowestPerformanceBuffer |
Indicates the lowest performance level of the processor..
Definition at line 50 of file AcpiObjects.h.
UINT32 AmlCpcInfo::LowestPerformanceInteger |
Definition at line 51 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::MaximumPerformanceRegister |
Maximum Performance Register Buffer. Optional
Definition at line 66 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::MinimumPerformanceRegister |
Minimum Performance Register Buffer. Optional
Definition at line 62 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::NominalFrequencyBuffer |
Nominal Frequency Optional
Definition at line 119 of file AcpiObjects.h.
UINT32 AmlCpcInfo::NominalFrequencyInteger |
Definition at line 120 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::NominalPerformanceBuffer |
Indicates the highest sustained performance level of the processor.
Definition at line 42 of file AcpiObjects.h.
UINT32 AmlCpcInfo::NominalPerformanceInteger |
Definition at line 43 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::PerformanceLimitedRegister |
Performance Limited Register.
Definition at line 88 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::PerformanceReductionToleranceRegister |
Performance Reduction Tolerance Register. Optional
Definition at line 70 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::ReferencePerformanceBuffer |
Reference Performance Optional
Definition at line 109 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::ReferencePerformanceCounterRegister |
Reference Performance Counter Register.
Definition at line 82 of file AcpiObjects.h.
UINT32 AmlCpcInfo::ReferencePerformanceInteger |
Definition at line 110 of file AcpiObjects.h.
UINT32 AmlCpcInfo::Revision |
The revision number of the _CPC package format.
Definition at line 34 of file AcpiObjects.h.
EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE AmlCpcInfo::TimeWindowRegister |
Time Window Register. Optional
Definition at line 74 of file AcpiObjects.h.