Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c281 int (*get_max_physical)(void); member
1845 int perf_ctl_max_phys = pstate_funcs.get_max_physical(); in intel_pstate_get_cpu_pstates()
2171 .get_max_physical = core_get_max_pstate_physical,
2180 .get_max_physical = atom_get_max_pstate,
2190 .get_max_physical = atom_get_max_pstate,
2200 .get_max_physical = core_get_max_pstate_physical,
3030 pstate_funcs.get_max_physical = funcs->get_max_physical; in copy_cpu_funcs()