Lines Matching refs:highest_perf
378 WRITE_ONCE(cpudata->highest_perf, AMD_CPPC_HIGHEST_PERF(cap1)); in pstate_init_perf()
396 WRITE_ONCE(cpudata->highest_perf, cppc_perf.highest_perf); in cppc_init_perf()
397 WRITE_ONCE(cpudata->max_limit_perf, cppc_perf.highest_perf); in cppc_init_perf()
402 WRITE_ONCE(cpudata->prefcore_ranking, cppc_perf.highest_perf); in cppc_init_perf()
545 max_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_update_min_max_limit()
578 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_update_freq()
640 cap_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_adjust_perf()
669 u32 highest_perf, nominal_perf, nominal_freq, max_freq; in amd_pstate_cpu_boost_update() local
672 highest_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_cpu_boost_update()
681 value |= on ? highest_perf : nominal_perf; in amd_pstate_cpu_boost_update()
686 perf_ctrls.max_perf = on ? highest_perf : nominal_perf; in amd_pstate_cpu_boost_update()
796 sched_set_itmt_core_prio((int)READ_ONCE(cpudata->highest_perf), cpudata->cpu); in amd_pstate_init_prefcore()
1109 perf = READ_ONCE(cpudata->highest_perf); in show_amd_pstate_highest_perf()
1517 max_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_epp_update_limit()
1613 max_perf = READ_ONCE(cpudata->highest_perf); in amd_pstate_epp_reenable()