Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Dintel_pstate.c284 int (*get_max_physical)(int cpu); member
2256 int perf_ctl_max_phys = pstate_funcs.get_max_physical(cpu->cpu); in intel_pstate_get_cpu_pstates()
2587 .get_max_physical = core_get_max_pstate_physical,
2596 .get_max_physical = atom_get_max_pstate,
2606 .get_max_physical = atom_get_max_pstate,
2616 .get_max_physical = core_get_max_pstate_physical,
3465 pstate_funcs.get_max_physical = funcs->get_max_physical; in copy_cpu_funcs()