Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Damd-pstate.c237 u32 des_perf, u32 max_perf, bool fast_switch) in pstate_update_perf() argument
250 u32 max_perf, bool fast_switch) in amd_pstate_update_perf() argument
253 max_perf, fast_switch); in amd_pstate_update_perf()
432 u32 max_perf, bool fast_switch) in cppc_update_perf() argument
436 perf_ctrls.max_perf = max_perf; in cppc_update_perf()
477 u32 des_perf, u32 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument
487 max_perf = clamp_t(unsigned long, max_perf, cpudata->min_limit_perf, in amd_pstate_update()
489 des_perf = clamp_t(unsigned long, des_perf, min_perf, max_perf); in amd_pstate_update()
492 policy->cur = div_u64(des_perf * max_freq, max_perf); in amd_pstate_update()
507 max_perf = min_t(unsigned long, nominal_perf, max_perf); in amd_pstate_update()
[all …]
/linux-6.12.1/drivers/firmware/arm_scmi/
Dperf.c536 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_msg_limits_set() argument
549 limits->max_level = cpu_to_le32(max_perf); in scmi_perf_msg_limits_set()
559 struct perf_dom_info *dom, u32 max_perf, in __scmi_perf_limits_set() argument
566 dom->id, min_perf, max_perf); in __scmi_perf_limits_set()
567 iowrite32(max_perf, fci->set_addr); in __scmi_perf_limits_set()
573 return scmi_perf_msg_limits_set(ph, dom->id, max_perf, min_perf); in __scmi_perf_limits_set()
577 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_limits_set() argument
589 if (PROTOCOL_REV_MAJOR(pi->version) >= 0x3 && !max_perf && !min_perf) in scmi_perf_limits_set()
603 if (max_perf) { in scmi_perf_limits_set()
604 opp = xa_load(&dom->opps_by_lvl, max_perf); in scmi_perf_limits_set()
[all …]
/linux-6.12.1/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, … argument
165 …nt(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(m…
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, ape…
/linux-6.12.1/include/acpi/
Dcppc_acpi.h118 u32 max_perf; member
/linux-6.12.1/include/linux/
Dscmi_protocol.h164 u32 max_perf, u32 min_perf);
166 u32 *max_perf, u32 *min_perf);
/linux-6.12.1/drivers/acpi/
Dcppc_acpi.c1740 if (perf_ctrls->max_perf) in cppc_set_perf()
1741 cpc_write(cpu, max_perf_reg, perf_ctrls->max_perf); in cppc_set_perf()
/linux-6.12.1/Documentation/admin-guide/pm/
Damd-pstate.rst562 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …