Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dprocessor.h804 extern u32 amd_get_highest_perf(void);
807 static inline u32 amd_get_highest_perf(void) { return 0; } in amd_get_highest_perf() function
/Linux-v5.15/arch/x86/kernel/cpu/
Damd.c1173 u32 amd_get_highest_perf(void) in amd_get_highest_perf() function
1187 EXPORT_SYMBOL_GPL(amd_get_highest_perf);
/Linux-v5.15/drivers/cpufreq/
Dacpi-cpufreq.c650 highest_perf = amd_get_highest_perf(); in get_max_boost_ratio()
/Linux-v5.15/arch/x86/kernel/
Dsmpboot.c2052 highest_perf = amd_get_highest_perf(); in amd_set_max_freq_ratio()