Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c289 int (*get_aperf_mperf_shift)(void); member
2292 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
2293 cpu->aperf_mperf_shift = pstate_funcs.get_aperf_mperf_shift(); in intel_pstate_get_cpu_pstates()
2619 .get_aperf_mperf_shift = knl_get_aperf_mperf_shift,
3471 pstate_funcs.get_aperf_mperf_shift = funcs->get_aperf_mperf_shift; in copy_cpu_funcs()