Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/cpufreq/
Dintel_pstate.c290 int (*get_aperf_mperf_shift)(void); member
2074 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
2075 cpu->aperf_mperf_shift = pstate_funcs.get_aperf_mperf_shift(); in intel_pstate_get_cpu_pstates()
2403 .get_aperf_mperf_shift = knl_get_aperf_mperf_shift,
3246 pstate_funcs.get_aperf_mperf_shift = funcs->get_aperf_mperf_shift; in copy_cpu_funcs()