Home
last modified time | relevance | path

Searched refs:AMD_CPPC_LOWNONLIN_PERF (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/cpufreq/
Damd-pstate-ut.c176 lowest_nonlinear_perf = AMD_CPPC_LOWNONLIN_PERF(cap1); in amd_pstate_ut_check_perf()
Damd-pstate.c112 WRITE_ONCE(cpudata->lowest_nonlinear_perf, AMD_CPPC_LOWNONLIN_PERF(cap1)); in pstate_init_perf()
/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h584 #define AMD_CPPC_LOWNONLIN_PERF(x) (((x) >> 8) & 0xff) macro
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h604 #define AMD_CPPC_LOWNONLIN_PERF(x) (((x) >> 8) & 0xff) macro