OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_CR0_WP_BIT
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
processor-flags.h
85
#define
X86_CR0_WP_BIT
16
86
#define X86_CR0_WP _BITUL(
X86_CR0_WP_BIT
)
/external/kernel-headers/original/uapi/asm-x86/asm/
processor-flags.h
64
#define
X86_CR0_WP_BIT
16 /* Write Protect */
65
#define X86_CR0_WP _BITUL(
X86_CR0_WP_BIT
)
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
processor-flags.h
85
#define
X86_CR0_WP_BIT
16
86
#define X86_CR0_WP _BITUL(
X86_CR0_WP_BIT
)
Completed in 43 milliseconds