linux/include/acpi/proc_cap_intel.h

/* SPDX-License-Identifier: GPL-2.0 */

/* Vendor specific processor capabilities bit definition
 * for Intel processors. Those bits are used to convey OSPM
 * power management capabilities to the platform.
 */

#ifndef __PROC_CAP_INTEL_H__
#define __PROC_CAP_INTEL_H__

#define ACPI_PROC_CAP_P_FFH
#define ACPI_PROC_CAP_C_C1_HALT
#define ACPI_PROC_CAP_T_FFH
#define ACPI_PROC_CAP_SMP_C1PT
#define ACPI_PROC_CAP_SMP_C2C3
#define ACPI_PROC_CAP_SMP_P_SWCOORD
#define ACPI_PROC_CAP_SMP_C_SWCOORD
#define ACPI_PROC_CAP_SMP_T_SWCOORD
#define ACPI_PROC_CAP_C_C1_FFH
#define ACPI_PROC_CAP_C_C2C3_FFH
#define ACPI_PROC_CAP_SMP_P_HWCOORD
#define ACPI_PROC_CAP_COLLAB_PROC_PERF

#define ACPI_PROC_CAP_EST_CAPABILITY_SMP

#define ACPI_PROC_CAP_EST_CAPABILITY_SWSMP

#define ACPI_PROC_CAP_C_CAPABILITY_SMP

#endif /* __PROC_CAP_INTEL_H__ */