Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h346 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h579 #define HWP_LOWEST_PERF(x) (((x) >> 24) & 0xff) macro