TianoCore EDK2 master
|
#include <IndustryStandard/Acpi.h>
Go to the source code of this file.
Data Structures | |
struct | AmlCpcInfo |
struct | AmlPsdInfo |
Typedefs | |
typedef struct AmlCpcInfo | AML_CPC_INFO |
typedef struct AmlPsdInfo | AML_PSD_INFO |
Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copyright (c) 2022 - 2023, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file AcpiObjects.h.
typedef struct AmlCpcInfo AML_CPC_INFO |
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)
typedef struct AmlPsdInfo AML_PSD_INFO |
A structure that describes a P-State Dependency (PSD) Info.
Cf. ACPI 6.5, s8.4.5.5 _PSD (P-State Dependency).