Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_intel.c423 sc->high = IA32_HWP_CAPABILITIES_HIGHEST_PERFORMANCE(caps); in set_autonomous_hwp()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h808 #define IA32_HWP_CAPABILITIES_HIGHEST_PERFORMANCE(x) (((x) >> 0) & 0xff) macro