Searched refs:max_perf (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/cpufreq/ |
D | amd-pstate.c | 149 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-v6.1/drivers/firmware/arm_scmi/ |
D | perf.c | 337 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-v6.1/tools/power/x86/amd_pstate_tracer/ |
D | amd_pstate_trace.py | 156 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-v6.1/include/acpi/ |
D | cppc_acpi.h | 114 u32 max_perf; member
|
/Linux-v6.1/include/linux/ |
D | scmi_protocol.h | 124 u32 max_perf, u32 min_perf); 126 u32 *max_perf, u32 *min_perf);
|
/Linux-v6.1/Documentation/admin-guide/pm/ |
D | amd-pstate.rst | 391 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …
|