OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_EFLAGS_IOPL_BIT
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
processor-flags.h
47
#define
X86_EFLAGS_IOPL_BIT
12
49
#define X86_EFLAGS_IOPL (_AC(3,UL) <<
X86_EFLAGS_IOPL_BIT
)
/external/kernel-headers/original/uapi/asm-x86/asm/
processor-flags.h
30
#define
X86_EFLAGS_IOPL_BIT
12 /* I/O Privilege Level (2 bits) */
31
#define X86_EFLAGS_IOPL (_AC(3,UL) <<
X86_EFLAGS_IOPL_BIT
)
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
processor-flags.h
47
#define
X86_EFLAGS_IOPL_BIT
12
49
#define X86_EFLAGS_IOPL (_AC(3,UL) <<
X86_EFLAGS_IOPL_BIT
)
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
processor-flags.h
47
#define
X86_EFLAGS_IOPL_BIT
12
49
#define X86_EFLAGS_IOPL (_AC(3,UL) <<
X86_EFLAGS_IOPL_BIT
)
Completed in 38 milliseconds