Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h52 #define X86_CR0_PE _BITUL(X86_CR0_PE_BIT) macro
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1355 #define X86_CR0_PE (1UL<<0) /* Protection Enable */ macro