Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h239 #define HWP_MIN_PERF(x) (x & 0xff) macro
/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c299 value &= ~HWP_MIN_PERF(~0L); in intel_pstate_hwp_set()
300 value |= HWP_MIN_PERF(min); in intel_pstate_hwp_set()