OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X86_CR4_OSXSAVE_BIT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
processor-flags.h
122
#define
X86_CR4_OSXSAVE_BIT
18
123
#define X86_CR4_OSXSAVE _BITUL(
X86_CR4_OSXSAVE_BIT
)
/external/kernel-headers/original/uapi/asm-x86/asm/
processor-flags.h
125
#define
X86_CR4_OSXSAVE_BIT
18 /* enable xsave and xrestore */
126
#define X86_CR4_OSXSAVE _BITUL(
X86_CR4_OSXSAVE_BIT
)
Completed in 118 milliseconds