Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kernel/acpi/
Dcppc.c178 int amd_detect_prefcore(bool *detected) in amd_detect_prefcore() function
223 EXPORT_SYMBOL_GPL(amd_detect_prefcore);
247 ret = amd_detect_prefcore(&prefcore); in amd_get_boost_ratio_numerator()
/linux-6.14.4/include/acpi/
Dcppc_acpi.h166 extern int amd_detect_prefcore(bool *detected);
248 static inline int amd_detect_prefcore(bool *detected) in amd_detect_prefcore() function
/linux-6.14.4/drivers/cpufreq/
Damd-pstate.c1851 ret = amd_detect_prefcore(&amd_pstate_prefcore); in amd_pstate_init()