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.c203 DEFINE_STATIC_CALL(amd_pstate_get_epp, msr_get_epp);
205 static inline s16 amd_pstate_get_epp(struct amd_cpudata *cpudata) in amd_pstate_get_epp() function
207 return static_call(amd_pstate_get_epp)(cpudata); in amd_pstate_get_epp()
1510 cpudata->epp_default = amd_pstate_get_epp(cpudata); in amd_pstate_epp_cpu_init()
1841 static_call_update(amd_pstate_get_epp, shmem_get_epp); in amd_pstate_init()