OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86_CR4_SMXE_BIT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
processor-flags.h
116
#define
X86_CR4_SMXE_BIT
14
117
#define X86_CR4_SMXE _BITUL(
X86_CR4_SMXE_BIT
)
/external/kernel-headers/original/uapi/asm-x86/asm/
processor-flags.h
119
#define
X86_CR4_SMXE_BIT
14 /* enable safer mode (TXT) */
120
#define X86_CR4_SMXE _BITUL(
X86_CR4_SMXE_BIT
)
Completed in 317 milliseconds