Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dcppc_cpufreq.c122 local_freq_scale = div64_u64(perf, cpu_data->perf_caps.highest_perf); in cppc_scale_freq_workfn()
332 div = caps->highest_perf; in cppc_cpufreq_perf_to_khz()
355 mul = caps->highest_perf; in cppc_cpufreq_khz_to_perf()
544 if (caps->highest_perf > caps->nominal_perf) in cppc_cpufreq_cpu_init()
548 policy->cur = cppc_cpufreq_perf_to_khz(cpu_data, caps->highest_perf); in cppc_cpufreq_cpu_init()
549 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()
554 caps->highest_perf, cpu, ret); in cppc_cpufreq_cpu_init()
654 caps->highest_perf); in cppc_cpufreq_set_boost()
A Dacpi-cpufreq.c637 u64 highest_perf, nominal_perf; in get_max_boost_ratio() local
651 highest_perf = amd_get_highest_perf(); in get_max_boost_ratio()
653 highest_perf = perf_caps.highest_perf; in get_max_boost_ratio()
657 if (!highest_perf || !nominal_perf) { in get_max_boost_ratio()
662 if (highest_perf < nominal_perf) { in get_max_boost_ratio()
667 return div_u64(highest_perf << SCHED_CAPACITY_SHIFT, nominal_perf); in get_max_boost_ratio()
A Dintel_pstate.c358 if (cppc_perf.highest_perf == CPPC_MAX_PERF) in intel_pstate_set_itmt_prio()
359 cppc_perf.highest_perf = HWP_HIGHEST_PERF(READ_ONCE(all_cpu_data[cpu]->hwp_cap_cached)); in intel_pstate_set_itmt_prio()
366 sched_set_itmt_core_prio(cppc_perf.highest_perf, cpu); in intel_pstate_set_itmt_prio()
369 if (cppc_perf.highest_perf > max_highest_perf) in intel_pstate_set_itmt_prio()
370 max_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
372 if (cppc_perf.highest_perf < min_highest_perf) in intel_pstate_set_itmt_prio()
373 min_highest_perf = cppc_perf.highest_perf; in intel_pstate_set_itmt_prio()
/linux/Documentation/admin-guide/acpi/
A Dcppc_sysfs.rst29 -r--r--r-- 1 root root 65536 Mar 5 19:38 highest_perf
38 * highest_perf : Highest performance of this processor (abstract scale).
/linux/include/acpi/
A Dcppc_acpi.h105 u32 highest_perf; member
/linux/arch/x86/kernel/
A Dsmpboot.c2104 u64 highest_perf, nominal_perf; in amd_set_max_freq_ratio() local
2114 highest_perf = amd_get_highest_perf(); in amd_set_max_freq_ratio()
2117 if (!highest_perf || !nominal_perf) { in amd_set_max_freq_ratio()
2122 perf_ratio = div_u64(highest_perf * SCHED_CAPACITY_SCALE, nominal_perf); in amd_set_max_freq_ratio()
/linux/drivers/acpi/
A Dcppc_acpi.c144 show_cppc_data(cppc_get_perf_caps, cppc_perf_caps, highest_perf);
174 &highest_perf.attr,
1112 perf_caps->highest_perf = high; in cppc_get_perf_caps()
/linux/
A DSystem.map137963 ffff800011f007d8 d highest_perf
A D.tmp_System.map137963 ffff800011f007d8 d highest_perf

Completed in 344 milliseconds