Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c286 int (*get_aperf_mperf_shift)(void); member
1874 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
1875 cpu->aperf_mperf_shift = pstate_funcs.get_aperf_mperf_shift(); in intel_pstate_get_cpu_pstates()
2203 .get_aperf_mperf_shift = knl_get_aperf_mperf_shift,
3036 pstate_funcs.get_aperf_mperf_shift = funcs->get_aperf_mperf_shift; in copy_cpu_funcs()