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

/linux-master/include/linux/
H A Damd-pstate.h60 * @hw_prefcore: check whether HW supports preferred core featue.
61 * Only when hw_prefcore and early prefcore param are true,
97 bool hw_prefcore; member in struct:amd_cpudata
/linux-master/drivers/cpufreq/
H A Damd-pstate.c308 if (cpudata->hw_prefcore)
332 if (cpudata->hw_prefcore)
774 cpudata->hw_prefcore = true;
780 cpudata->hw_prefcore = false;
806 if ((!amd_pstate_prefcore) || (!cpudata->hw_prefcore))
1018 bool hw_prefcore; local
1021 hw_prefcore = READ_ONCE(cpudata->hw_prefcore);
1023 return sysfs_emit(buf, "%s\n", str_enabled_disabled(hw_prefcore));

Completed in 120 milliseconds