Home
last modified time | relevance | path

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

/arch/x86/kernel/acpi/
A Dcppc.c144 int amd_get_highest_perf(unsigned int cpu, u32 *highest_perf) in amd_get_highest_perf() argument
161 WRITE_ONCE(*highest_perf, (u32)val); in amd_get_highest_perf()
183 u64 highest_perf[2] = {0}; in amd_detect_prefcore() local
207 if (!count || (count == 1 && tmp != highest_perf[0])) in amd_detect_prefcore()
208 highest_perf[count++] = tmp; in amd_detect_prefcore()
215 boost_numerator = highest_perf[0]; in amd_detect_prefcore()
221 *detected ? "" : "un", highest_perf[0]); in amd_detect_prefcore()

Completed in 3 milliseconds