Searched refs:max_perf (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/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 | 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() 494 max_perf, in shmem_update_perf() 502 perf_ctrls.max_perf = max_perf; in shmem_update_perf() 568 max_perf = min_t(u8, perf.nominal_perf, max_perf); in amd_pstate_update() 682 u8 max_perf, min_perf, des_perf, cap_perf; in amd_pstate_adjust_perf() local 710 max_perf = perf.max_limit_perf; in amd_pstate_adjust_perf() 711 if (max_perf < min_perf) in amd_pstate_adjust_perf() [all …]
|
| /linux-6.15/drivers/firmware/arm_scmi/ |
| H A D | perf.c | 549 limits->max_level = cpu_to_le32(max_perf); in scmi_perf_msg_limits_set() 566 dom->id, min_perf, max_perf); in __scmi_perf_limits_set() 567 iowrite32(max_perf, fci->set_addr); in __scmi_perf_limits_set() 577 u32 domain, u32 max_perf, u32 min_perf) in scmi_perf_limits_set() argument 603 if (max_perf) { in scmi_perf_limits_set() 608 max_perf = opp->level_index; in scmi_perf_limits_set() 633 *max_perf = le32_to_cpu(limits->max_level); in scmi_perf_msg_limits_get() 648 *max_perf = ioread32(fci->get_addr); in __scmi_perf_limits_get() 651 dom->id, *min_perf, *max_perf); in __scmi_perf_limits_get() 659 u32 domain, u32 *max_perf, u32 *min_perf) in scmi_perf_limits_get() argument [all …]
|
| /linux-6.15/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-6.15/include/acpi/ |
| H A D | cppc_acpi.h | 118 u32 max_perf; member
|
| /linux-6.15/include/linux/ |
| H A D | scmi_protocol.h | 164 u32 max_perf, u32 min_perf); 166 u32 *max_perf, u32 *min_perf);
|
| /linux-6.15/drivers/acpi/ |
| H A D | cppc_acpi.c | 1741 if (perf_ctrls->max_perf) in cppc_set_perf() 1742 cpc_write(cpu, max_perf_reg, perf_ctrls->max_perf); in cppc_set_perf()
|
| /linux-6.15/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 …
|