Home
last modified time | relevance | path

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

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