Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_intel.c426 sc->low = IA32_HWP_CAPABILITIES_LOWEST_PERFORMANCE(caps); in set_autonomous_hwp()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h811 #define IA32_HWP_CAPABILITIES_LOWEST_PERFORMANCE(x) (((x) >> 24) & 0xff) macro