Home
last modified time | relevance | path

Searched refs:X86_FEATURE_CPPC (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/cpufreq/
H A Damd-pstate.c20 * X86_FEATURE_CPPC CPU feature flag is used to distinguish the different types.
130 if (boot_cpu_has(X86_FEATURE_CPPC)) { in amd_pstate_get_epp()
183 if (boot_cpu_has(X86_FEATURE_CPPC)) { in amd_pstate_set_epp()
758 if (boot_cpu_has(X86_FEATURE_CPPC)) in amd_pstate_cpu_init()
974 if (boot_cpu_has(X86_FEATURE_CPPC) || cppc_state == AMD_PSTATE_ACTIVE) in amd_pstate_change_mode_without_dvr_change()
1197 if (boot_cpu_has(X86_FEATURE_CPPC)) { in amd_pstate_epp_cpu_init()
1274 if (boot_cpu_has(X86_FEATURE_CPPC)) { in amd_pstate_epp_update_limit()
1313 if (boot_cpu_has(X86_FEATURE_CPPC)) { in amd_pstate_epp_reenable()
1347 if (boot_cpu_has(X86_FEATURE_CPPC)) { in amd_pstate_epp_offline()
1498 !boot_cpu_has(X86_FEATURE_CPPC)) { in amd_pstate_init()
[all...]
H A Damd-pstate-ut.c68 if (!boot_cpu_has(X86_FEATURE_CPPC)) in get_shared_mem()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H A Dcppc.c25 return boot_cpu_has(X86_FEATURE_CPPC); in cpc_supported_by_cpu()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h343 #define X86_FEATURE_CPPC (13*32+27) /* Collaborative Processor Performance Control */ macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dcpufeatures.h339 #define X86_FEATURE_CPPC (13*32+27) /* Collaborative Processor Performance Control */ macro

Completed in 8 milliseconds