Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h132 #define X86_CR4_SMEP _BITUL(X86_CR4_SMEP_BIT) macro
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h52 #define X86_CR4_SMEP (1ul << 20) macro