Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c519 int perf_ctl_max_phys = cpu->pstate.max_pstate_physical; in intel_pstate_hybrid_hwp_adjust() local
525 pr_debug("CPU%d: perf_ctl_max_phys = %d\n", cpu->cpu, perf_ctl_max_phys); in intel_pstate_hybrid_hwp_adjust()
553 DIV_ROUND_UP(perf_ctl_max_phys * perf_ctl_scaling, in intel_pstate_hybrid_hwp_adjust()
1845 int perf_ctl_max_phys = pstate_funcs.get_max_physical(); in intel_pstate_get_cpu_pstates() local
1849 cpu->pstate.max_pstate_physical = perf_ctl_max_phys; in intel_pstate_get_cpu_pstates()