Searched refs:hw_prefcore (Results 1 – 1 of 1) sorted by relevance
912 cpudata->hw_prefcore = true; in amd_pstate_init_prefcore()1384 bool hw_prefcore; in show_amd_pstate_hw_prefcore() local1387 hw_prefcore = READ_ONCE(cpudata->hw_prefcore); in show_amd_pstate_hw_prefcore()1389 return sysfs_emit(buf, "%s\n", str_enabled_disabled(hw_prefcore)); in show_amd_pstate_hw_prefcore()