Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpufreq/
Damd-pstate.c149 u32 des_perf, u32 max_perf, bool fast_switch) in pstate_update_perf() argument
160 u32 max_perf, bool fast_switch) in cppc_update_perf() argument
164 perf_ctrls.max_perf = max_perf; in cppc_update_perf()
175 u32 max_perf, bool fast_switch) in amd_pstate_update_perf() argument
178 max_perf, fast_switch); in amd_pstate_update_perf()
215 u32 des_perf, u32 max_perf, bool fast_switch) in amd_pstate_update() argument
220 des_perf = clamp_t(unsigned long, des_perf, min_perf, max_perf); in amd_pstate_update()
228 value |= AMD_CPPC_MAX_PERF(max_perf); in amd_pstate_update()
231 trace_amd_pstate_perf(min_perf, des_perf, max_perf, cpudata->freq, in amd_pstate_update()
242 max_perf, fast_switch); in amd_pstate_update()
[all …]
/linux-6.1.9/drivers/firmware/arm_scmi/
Dperf.c337 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_mb_limits_set() argument
350 limits->max_level = cpu_to_le32(max_perf); in scmi_perf_mb_limits_set()
360 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_limits_set() argument
365 if (PROTOCOL_REV_MAJOR(pi->version) >= 0x3 && !max_perf && !min_perf) in scmi_perf_limits_set()
372 domain, min_perf, max_perf); in scmi_perf_limits_set()
373 iowrite32(max_perf, fci->set_addr); in scmi_perf_limits_set()
379 return scmi_perf_mb_limits_set(ph, domain, max_perf, min_perf); in scmi_perf_limits_set()
383 u32 domain, u32 *max_perf, u32 *min_perf) in scmi_perf_mb_limits_get() argument
400 *max_perf = le32_to_cpu(limits->max_level); in scmi_perf_mb_limits_get()
409 u32 domain, u32 *max_perf, u32 *min_perf) in scmi_perf_limits_get() argument
[all …]
/linux-6.1.9/tools/power/x86/amd_pstate_tracer/
Damd_pstate_trace.py156 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, … argument
166 …nt(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(m…
212 max_perf = search_obj.group(14)
235 …store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, ape…
/linux-6.1.9/include/acpi/
Dcppc_acpi.h114 u32 max_perf; member
/linux-6.1.9/include/linux/
Dscmi_protocol.h124 u32 max_perf, u32 min_perf);
126 u32 *max_perf, u32 *min_perf);
/linux-6.1.9/Documentation/admin-guide/pm/
Damd-pstate.rst391 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …