Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate-ut.c186 if (highest_perf != cur_perf.highest_perf && !cpudata->hw_prefcore) { in amd_pstate_ut_check_perf()
498 has_prefcore = cpudata->hw_prefcore; in amd_pstate_ut_check_freq_attrs()
H A Damd-pstate.c911 cpudata->hw_prefcore = true; in amd_pstate_init_prefcore()
1369 bool hw_prefcore; in show_amd_pstate_prefcore_ranking()
1372 hw_prefcore = READ_ONCE(cpudata->hw_prefcore);
1374 return sysfs_emit(buf, "%s\n", str_enabled_disabled(hw_prefcore)); in show_amd_pstate_hw_prefcore()
1376 bool hw_prefcore; show_amd_pstate_hw_prefcore() local