Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
Dintel_pstate.c542 int perf_ctl_max_phys = cpu->pstate.max_pstate_physical; in intel_pstate_hybrid_hwp_adjust() local
547 pr_debug("CPU%d: perf_ctl_max_phys = %d\n", cpu->cpu, perf_ctl_max_phys); in intel_pstate_hybrid_hwp_adjust()
560 DIV_ROUND_UP(perf_ctl_max_phys * perf_ctl_scaling, in intel_pstate_hybrid_hwp_adjust()
2020 int perf_ctl_max_phys = pstate_funcs.get_max_physical(cpu->cpu); in intel_pstate_get_cpu_pstates() local
2024 cpu->pstate.max_pstate_physical = perf_ctl_max_phys; in intel_pstate_get_cpu_pstates()