Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Damd-pstate.c382 DEFINE_STATIC_CALL(amd_pstate_cppc_enable, msr_cppc_enable);
384 static inline int amd_pstate_cppc_enable(struct cpufreq_policy *policy) in amd_pstate_cppc_enable() function
386 return static_call(amd_pstate_cppc_enable)(policy); in amd_pstate_cppc_enable()
983 ret = amd_pstate_cppc_enable(policy); in amd_pstate_cpu_init()
1464 ret = amd_pstate_cppc_enable(policy); in amd_pstate_epp_cpu_init()
1566 return amd_pstate_cppc_enable(policy); in amd_pstate_epp_cpu_online()
1745 static_call_update(amd_pstate_cppc_enable, shmem_cppc_enable); in amd_pstate_init()