Home
last modified time | relevance | path

Searched refs:hwpstate_pkg_ctrl_enable (Results 1 – 4 of 4) sorted by relevance

/src/sys/x86/cpufreq/
H A Dhwpstate_common.c19 bool hwpstate_pkg_ctrl_enable = true; variable
21 &hwpstate_pkg_ctrl_enable, 0,
H A Dhwpstate_common.h13 extern bool hwpstate_pkg_ctrl_enable;
H A Dhwpstate_intel.c488 sc->hwp_pkg_ctrl_en = (sc->hwp_pkg_ctrl && hwpstate_pkg_ctrl_enable); in intel_hwpstate_attach()
H A Dhwpstate_amd.c468 if (hwpstate_pkg_ctrl_enable) { in set_cppc_request()