Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Damd-pstate.h91 bool hw_prefcore; member
/openbmc/linux/drivers/cpufreq/
H A Damd-pstate.c347 if (cpudata->hw_prefcore) in pstate_init_perf()
370 if (cpudata->hw_prefcore) in cppc_init_perf()
789 cpudata->hw_prefcore = true; in amd_pstate_init_prefcore()
795 cpudata->hw_prefcore = false; in amd_pstate_init_prefcore()
988 bool hw_prefcore; in show_amd_pstate_hw_prefcore() local
991 hw_prefcore = READ_ONCE(cpudata->hw_prefcore); in show_amd_pstate_hw_prefcore()
993 return sysfs_emit(buf, "%s\n", str_enabled_disabled(hw_prefcore)); in show_amd_pstate_hw_prefcore()