Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h486 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h501 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro