Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dcppc_cpufreq.c103 div = cpu->perf_caps.highest_perf; in cppc_cpufreq_perf_to_khz()
126 mul = cpu->perf_caps.highest_perf; in cppc_cpufreq_khz_to_perf()
253 policy->max = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.highest_perf); in cppc_cpufreq_cpu_init()
261 policy->cpuinfo.max_freq = cppc_cpufreq_perf_to_khz(cpu, cpu->perf_caps.highest_perf); in cppc_cpufreq_cpu_init()
288 cpu->perf_caps.highest_perf); in cppc_cpufreq_cpu_init()
289 cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()
294 cpu->perf_caps.highest_perf, cpu_num, ret); in cppc_cpufreq_cpu_init()
Dintel_pstate.c356 sched_set_itmt_core_prio(cppc_perf.highest_perf, cpu); in intel_pstate_set_itmt_prio()
359 if (cppc_perf.highest_perf > max_highest_perf) in intel_pstate_set_itmt_prio()
360 max_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
362 if (cppc_perf.highest_perf < min_highest_perf) in intel_pstate_set_itmt_prio()
363 min_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
/Linux-v4.19/Documentation/acpi/
Dcppc_sysfs.txt25 -r--r--r-- 1 root root 65536 Mar 5 19:38 highest_perf
36 * highest_perf : Highest performance of this processor (abstract scale).
/Linux-v4.19/include/acpi/
Dcppc_acpi.h107 u32 highest_perf; member
/Linux-v4.19/drivers/acpi/
Dcppc_acpi.c156 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
186 &highest_perf.attr,
1102 perf_caps->highest_perf = high; in cppc_get_perf_caps()