Home
last modified time | relevance | path

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

/drivers/cpufreq/
A Damd-pstate.h104 bool hw_prefcore; member
A Damd-pstate.c836 cpudata->hw_prefcore = true; in amd_pstate_init_prefcore()
1129 bool hw_prefcore; in show_amd_pstate_hw_prefcore() local
1132 hw_prefcore = READ_ONCE(cpudata->hw_prefcore); in show_amd_pstate_hw_prefcore()
1134 return sysfs_emit(buf, "%s\n", str_enabled_disabled(hw_prefcore)); in show_amd_pstate_hw_prefcore()
A Damd-pstate-ut.c155 if (highest_perf != cur_perf.highest_perf && !cpudata->hw_prefcore) { in amd_pstate_ut_check_perf()

Completed in 9 milliseconds