OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86_CR4_VME_BIT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
processor-flags.h
88
#define
X86_CR4_VME_BIT
0
89
#define X86_CR4_VME _BITUL(
X86_CR4_VME_BIT
)
/external/kernel-headers/original/uapi/asm-x86/asm/
processor-flags.h
91
#define
X86_CR4_VME_BIT
0 /* enable vm86 extensions */
92
#define X86_CR4_VME _BITUL(
X86_CR4_VME_BIT
)
Completed in 1095 milliseconds