Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Damd-pstate.c192 DEFINE_STATIC_CALL(amd_pstate_update_perf, pstate_update_perf);
194 static inline void amd_pstate_update_perf(struct amd_cpudata *cpudata, in amd_pstate_update_perf() function
198 static_call(amd_pstate_update_perf)(cpudata, min_perf, des_perf, in amd_pstate_update_perf() local
218 amd_pstate_update_perf(cpudata, cpudata->min_limit_perf, 0U, in amd_pstate_set_epp()
491 amd_pstate_update_perf(cpudata, min_perf, des_perf, in amd_pstate_update()
1671 static_call_update(amd_pstate_update_perf, cppc_update_perf); in amd_pstate_init()