Lines Matching refs:highest_perf
336 trace_amd_pstate_epp_perf(cpudata->cpu, cpudata->highest_perf, in amd_pstate_set_energy_pref_index()
425 WRITE_ONCE(cpudata->highest_perf, numerator); in msr_init_perf()
448 WRITE_ONCE(cpudata->highest_perf, numerator); in shmem_init_perf()
454 WRITE_ONCE(cpudata->prefcore_ranking, cppc_perf.highest_perf); in shmem_init_perf()
597 max_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_update_min_max_limit()
626 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_update_freq()
688 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_adjust_perf()
911 u32 highest_perf, nominal_perf, nominal_freq; in amd_pstate_init_freq() local
929 highest_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_init_freq()
931 max_freq = div_u64((u64)highest_perf * nominal_freq, nominal_perf); in amd_pstate_init_freq()
1122 perf = READ_ONCE(cpudata->highest_perf); in show_amd_pstate_highest_perf()
1565 trace_amd_pstate_epp_perf(cpudata->cpu, cpudata->highest_perf, epp, in amd_pstate_epp_update_limit()
1611 max_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_epp_reenable()
1614 trace_amd_pstate_epp_perf(cpudata->cpu, cpudata->highest_perf, in amd_pstate_epp_reenable()
1651 trace_amd_pstate_epp_perf(cpudata->cpu, cpudata->highest_perf, in amd_pstate_epp_cpu_offline()