Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h236 #define HWP_LOWEST_PERF(x) ((x & (0xff << 24)) >>24) macro
/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c289 hw_min = HWP_LOWEST_PERF(cap); in intel_pstate_hwp_set()