Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c240 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in msr_update_perf() argument
247 FIELD_MODIFY(AMD_CPPC_MAX_PERF_MASK, &value, max_perf); in msr_update_perf()
259 max_perf, in msr_update_perf()
285 u8 max_perf, u8 epp, in amd_pstate_update_perf() argument
289 max_perf, epp, fast_switch); in amd_pstate_update_perf()
544 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in shmem_update_perf() argument
560 FIELD_MODIFY(AMD_CPPC_MAX_PERF_MASK, &value, max_perf); in shmem_update_perf()
572 max_perf, in shmem_update_perf()
580 perf_ctrls.max_perf = max_perf; in shmem_update_perf()
627 u8 des_perf, u8 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument
[all …]
H A Dcppc_cpufreq.c295 u32 *min_perf, u32 *max_perf) in cppc_cpufreq_get_perf_limits() argument
310 *max_perf = clamp_t(u32, max, caps->lowest_perf, caps->highest_perf); in cppc_cpufreq_get_perf_limits()
318 &cpu_data->perf_ctrls.max_perf); in cppc_cpufreq_update_perf_limits()
901 u32 old_max_perf = cpu_data->perf_ctrls.max_perf; in store_auto_select()
913 cpu_data->perf_ctrls.max_perf = old_max_perf; in store_auto_select()
H A Dintel_pstate.c3241 unsigned long max_perf, in intel_cpufreq_adjust_perf() argument
3273 if (max_perf < capacity) in intel_cpufreq_adjust_perf()
3274 max_pstate = DIV_ROUND_UP(cap_pstate * max_perf, capacity); in intel_cpufreq_adjust_perf()
H A Dcpufreq.c2250 unsigned long max_perf, in cpufreq_driver_adjust_perf() argument
2253 cpufreq_driver->adjust_perf(policy, min_perf, target_perf, max_perf, capacity); in cpufreq_driver_adjust_perf()
/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument
165 string_buffer = "CPU_%03u, %05u, %06u, %u, %u, %u, %.4f, %u, %u, %u, %.2f, %.3f, %u, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, elapsed_time, common_comm)
181 f_handle.write('common_cpu, common_secs, common_usecs, min_perf, des_perf, max_perf, freq, mperf, aperf, tsc, load, duration_ms, sample_num, elapsed_time, common_comm')
211 max_perf = search_obj.group(14)
234 store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask)
/linux/include/acpi/
H A Dcppc_acpi.h139 u32 max_perf; member
/linux/drivers/acpi/
H A Dcppc_acpi.c2010 perf_ctrls->max_perf = max; in cppc_get_perf()
2109 if (perf_ctrls->max_perf && CPC_SUPPORTED(max_perf_reg)) in cppc_set_perf()
2110 cpc_write(cpu, max_perf_reg, perf_ctrls->max_perf); in cppc_set_perf()
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst625 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …