HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //lib/modules/6.8.0-1042-gcp/build/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			(0x0001)
#define ACPI_PROC_CAP_C_C1_HALT			(0x0002)
#define ACPI_PROC_CAP_T_FFH			(0x0004)
#define ACPI_PROC_CAP_SMP_C1PT			(0x0008)
#define ACPI_PROC_CAP_SMP_C2C3			(0x0010)
#define ACPI_PROC_CAP_SMP_P_SWCOORD		(0x0020)
#define ACPI_PROC_CAP_SMP_C_SWCOORD		(0x0040)
#define ACPI_PROC_CAP_SMP_T_SWCOORD		(0x0080)
#define ACPI_PROC_CAP_C_C1_FFH			(0x0100)
#define ACPI_PROC_CAP_C_C2C3_FFH		(0x0200)
#define ACPI_PROC_CAP_SMP_P_HWCOORD		(0x0800)
#define ACPI_PROC_CAP_COLLAB_PROC_PERF		(0x1000)

#define ACPI_PROC_CAP_EST_CAPABILITY_SMP	(ACPI_PROC_CAP_SMP_C1PT | \
						 ACPI_PROC_CAP_C_C1_HALT | \
						 ACPI_PROC_CAP_P_FFH)

#define ACPI_PROC_CAP_EST_CAPABILITY_SWSMP	(ACPI_PROC_CAP_SMP_C1PT | \
						 ACPI_PROC_CAP_C_C1_HALT | \
						 ACPI_PROC_CAP_SMP_P_SWCOORD | \
						 ACPI_PROC_CAP_SMP_P_HWCOORD | \
						 ACPI_PROC_CAP_P_FFH)

#define ACPI_PROC_CAP_C_CAPABILITY_SMP		(ACPI_PROC_CAP_SMP_C2C3  | \
						 ACPI_PROC_CAP_SMP_C1PT  | \
						 ACPI_PROC_CAP_C_C1_HALT | \
						 ACPI_PROC_CAP_C_C1_FFH  | \
						 ACPI_PROC_CAP_C_C2C3_FFH)

#endif /* __PROC_CAP_INTEL_H__ */