Searched refs:amd_pstate_set_epp (Results 1 – 1 of 1) sorted by relevance
326 DEFINE_STATIC_CALL(amd_pstate_set_epp, msr_set_epp);328 static inline int amd_pstate_set_epp(struct cpufreq_policy *policy, u8 epp) in amd_pstate_set_epp() function330 return static_call(amd_pstate_set_epp)(policy, epp); in amd_pstate_set_epp()1191 ret = amd_pstate_set_epp(policy, epp); in store_energy_performance_preference()1534 ret = amd_pstate_set_epp(policy, cpudata->epp_default); in amd_pstate_epp_cpu_init()1834 static_call_update(amd_pstate_set_epp, shmem_set_epp); in amd_pstate_init()