Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dmsr-index.h217 #define HWP_MAX_PERF(x) ((x & 0xff) << 8) macro
/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c280 value &= ~HWP_MAX_PERF(~0L); in intel_pstate_hwp_set()
281 value |= HWP_MAX_PERF(max); in intel_pstate_hwp_set()