| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 238 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in msr_update_perf() argument 247 value |= FIELD_PREP(AMD_CPPC_MAX_PERF_MASK, max_perf); in msr_update_perf() 259 max_perf, in msr_update_perf() 285 u8 max_perf, u8 epp, in amd_pstate_update_perf() argument 289 max_perf, epp, fast_switch); in amd_pstate_update_perf() 558 u8 des_perf, u8 max_perf, u8 epp, bool fast_switch) in shmem_update_perf() argument 576 value |= FIELD_PREP(AMD_CPPC_MAX_PERF_MASK, max_perf); in shmem_update_perf() 588 max_perf, in shmem_update_perf() 596 perf_ctrls.max_perf = max_perf; in shmem_update_perf() 643 amd_pstate_update(struct cpufreq_policy * policy,u8 min_perf,u8 des_perf,u8 max_perf,bool fast_switch,int gov_flags) amd_pstate_update() argument 792 u8 max_perf, min_perf, des_perf, cap_perf; amd_pstate_adjust_perf() local [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, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument 165 string_buffer = "CPU_%03u, %05u, %06u, %u, %u, %u, %.4f, %u, %u, %u, %.2f, %.3f, %u, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, elapsed_time, common_comm) 181 f_handle.write('common_cpu, common_secs, common_usecs, min_perf, des_perf, max_perf, freq, mperf, aperf, tsc, load, duration_ms, sample_num, elapsed_time, common_comm') 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, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask)
|
| /linux/drivers/acpi/ |
| H A D | cppc_acpi.c | 1849 perf_ctrls->max_perf = max; in cppc_get_perf() 1949 if (perf_ctrls->max_perf) in cppc_set_perf() 1950 cpc_write(cpu, max_perf_reg, perf_ctrls->max_perf); in cppc_set_perf()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 626 …common_cpu common_secs common_usecs min_perf des_perf max_perf freq mperf apef tsc …
|