Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/acpi/
H A Dcppc.c144 int amd_get_highest_perf(unsigned int cpu, u32 *highest_perf) in amd_get_highest_perf() function
165 EXPORT_SYMBOL_GPL(amd_get_highest_perf);
203 ret = amd_get_highest_perf(cpu, &tmp); in amd_detect_prefcore()
286 ret = amd_get_highest_perf(cpu, &tmp); in amd_get_boost_ratio_numerator()
/linux/drivers/cpufreq/
H A Damd-pstate.c867 if (amd_get_highest_perf(cpu, &cur_high)) in amd_pstate_update_limits()