Home
last modified time | relevance | path

Searched refs:prefcore_ranking (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cpufreq/
H A Damd-pstate.h93 u8 prefcore_ranking; member
H A Damd-pstate.c429 WRITE_ONCE(cpudata->prefcore_ranking, FIELD_GET(AMD_CPPC_HIGHEST_PERF_MASK, cap1)); in msr_init_perf()
456 WRITE_ONCE(cpudata->prefcore_ranking, cppc_perf.highest_perf); in shmem_init_perf()
854 sched_set_itmt_core_prio((int)READ_ONCE(cpudata->prefcore_ranking), cpudata->cpu); in amd_pstate_init_prefcore()
872 prev_high = READ_ONCE(cpudata->prefcore_ranking); in amd_pstate_update_limits()
875 WRITE_ONCE(cpudata->prefcore_ranking, cur_high); in amd_pstate_update_limits()
1136 perf = READ_ONCE(cpudata->prefcore_ranking); in show_amd_pstate_prefcore_ranking()