Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/acpi/
H A Dcppc.c142 int amd_get_highest_perf(unsigned int cpu, u32 *highest_perf) in amd_get_highest_perf() function
163 EXPORT_SYMBOL_GPL(amd_get_highest_perf);
201 ret = amd_get_highest_perf(cpu, &tmp); in amd_detect_prefcore()
284 ret = amd_get_highest_perf(cpu, &tmp); in amd_get_boost_ratio_numerator()
/linux/include/acpi/
H A Dcppc_acpi.h164 extern int amd_get_highest_perf(unsigned int cpu, u32 *highest_perf);
240 static inline int amd_get_highest_perf(unsigned int cpu, u32 *highest_perf) in amd_get_highest_perf() function
/linux/drivers/cpufreq/
H A Damd-pstate.c841 ret = amd_get_highest_perf(cpu, &cur_high); in amd_pstate_update_limits()