Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/acpi/
H A Dcppc.c82 highest_perf = amd_get_highest_perf(); in amd_set_max_freq_ratio()
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h700 extern u32 amd_get_highest_perf(void);
705 static inline u32 amd_get_highest_perf(void) { return 0; } in amd_get_highest_perf() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c1349 u32 amd_get_highest_perf(void) in amd_get_highest_perf() function
1363 EXPORT_SYMBOL_GPL(amd_get_highest_perf);
/openbmc/linux/drivers/cpufreq/
H A Dacpi-cpufreq.c655 highest_perf = amd_get_highest_perf(); in get_max_boost_ratio()