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.c211 DEFINE_STATIC_CALL(amd_pstate_get_epp, msr_get_epp);
213 static inline s16 amd_pstate_get_epp(struct amd_cpudata *cpudata) in amd_pstate_get_epp() function
215 return static_call(amd_pstate_get_epp)(cpudata); in amd_pstate_get_epp()
1528 cpudata->epp_default = amd_pstate_get_epp(cpudata); in amd_pstate_epp_cpu_init()
1833 static_call_update(amd_pstate_get_epp, shmem_get_epp); in amd_pstate_init()