Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_intel.c424 sc->guaranteed = IA32_HWP_CAPABILITIES_GUARANTEED_PERFORMANCE(caps); in set_autonomous_hwp()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h809 #define IA32_HWP_CAPABILITIES_GUARANTEED_PERFORMANCE(x) (((x) >> 8) & 0xff) macro