Searched refs:max_perf (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/cpufreq/ |
H A D | amd-pstate-trace.h | 92 u8 max_perf, 101 max_perf, 110 __field(u8, max_perf) 120 __entry->max_perf = max_perf; 128 (u8)__entry->max_perf,
|
H A D | amd-pstate.c | 231 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in msr_update_perf() argument 240 value |= FIELD_PREP(AMD_CPPC_MAX_PERF_MASK, max_perf); in msr_update_perf() 252 max_perf, in msr_update_perf() 279 u8 max_perf, u8 epp, in amd_pstate_update_perf() argument 283 max_perf, epp, fast_switch); in amd_pstate_update_perf() 482 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in shmem_update_perf() argument 500 value |= FIELD_PREP(AMD_CPPC_MAX_PERF_MASK, max_perf); in shmem_update_perf() 512 max_perf, in shmem_update_perf() 520 perf_ctrls.max_perf = max_perf; in shmem_update_perf() 567 u8 des_perf, u8 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument [all …]
|
/linux/drivers/firmware/arm_scmi/ |
H A D | perf.c | 536 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/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 155 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/include/acpi/ |
H A D | cppc_acpi.h | 127 u32 max_perf; member
|
/linux/include/linux/ |
H A D | scmi_protocol.h | 164 u32 max_perf, u32 min_perf); 166 u32 *max_perf, u32 *min_perf);
|
/linux/Documentation/admin-guide/pm/ |
H A D | amd-pstate.rst | 560 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …
|