Home
last modified time | relevance | path

Searched refs:AMD_CPPC_HIGHEST_PERF (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/cpufreq/
Damd-pstate.c106 if (highest_perf > AMD_CPPC_HIGHEST_PERF(cap1)) in pstate_init_perf()
107 highest_perf = AMD_CPPC_HIGHEST_PERF(cap1); in pstate_init_perf()
/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h586 #define AMD_CPPC_HIGHEST_PERF(x) (((x) >> 24) & 0xff) macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h606 #define AMD_CPPC_HIGHEST_PERF(x) (((x) >> 24) & 0xff) macro