Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Damd-pstate-ut.c158 lowest_nonlinear_perf = AMD_CPPC_LOWNONLIN_PERF(cap1); in amd_pstate_ut_check_perf()
H A Damd-pstate.c355 WRITE_ONCE(cpudata->lowest_nonlinear_perf, AMD_CPPC_LOWNONLIN_PERF(cap1)); in pstate_init_perf()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h623 #define AMD_CPPC_LOWNONLIN_PERF(x) (((x) >> 8) & 0xff) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h641 #define AMD_CPPC_LOWNONLIN_PERF(x) (((x) >> 8) & 0xff) macro