Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c209 DEFINE_STATIC_CALL(amd_pstate_get_epp, msr_get_epp);
211 static inline s16 amd_pstate_get_epp(struct amd_cpudata *cpudata) in amd_pstate_get_epp() function
213 return static_call(amd_pstate_get_epp)(cpudata); in amd_pstate_get_epp()
1520 cpudata->epp_default = amd_pstate_get_epp(cpudata); in amd_pstate_epp_cpu_init()
1818 static_call_update(amd_pstate_get_epp, shmem_get_epp); in amd_pstate_init()