Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
Dintel_pstate.c290 int (*get_aperf_mperf_shift)(void); member
2049 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
2050 cpu->aperf_mperf_shift = pstate_funcs.get_aperf_mperf_shift(); in intel_pstate_get_cpu_pstates()
2378 .get_aperf_mperf_shift = knl_get_aperf_mperf_shift,
3230 pstate_funcs.get_aperf_mperf_shift = funcs->get_aperf_mperf_shift; in copy_cpu_funcs()