Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c143 int perf_ctl_scaling; member
846 if (cpu->pstate.scaling != cpu->pstate.perf_ctl_scaling) in show_base_frequency()
847 freq = rounddown(freq, cpu->pstate.perf_ctl_scaling); in show_base_frequency()
1143 int perf_ctl_scaling = cpu->pstate.perf_ctl_scaling; in intel_pstate_update_freq_limits() local
1145 if (scaling != perf_ctl_scaling) { in intel_pstate_update_freq_limits()
1146 turbo_freq = rounddown(turbo_freq, perf_ctl_scaling); in intel_pstate_update_freq_limits()
1147 max_freq = rounddown(max_freq, perf_ctl_scaling); in intel_pstate_update_freq_limits()
2259 int perf_ctl_scaling = cpu->pstate.perf_ctl_scaling; in intel_pstate_get_hwp_pstates() local
2270 pr_debug("CPU%d: PERF_CTL scaling = %d\n", cpuid, perf_ctl_scaling); in intel_pstate_get_hwp_pstates()
2287 if (cpu->pstate.scaling != perf_ctl_scaling) { in intel_pstate_get_hwp_pstates()
[all …]