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