Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kernel/acpi/
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-6.14.4/include/acpi/
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-6.14.4/drivers/cpufreq/
Damd-pstate.c843 ret = amd_get_highest_perf(cpu, &cur_high); in amd_pstate_update_limits()