OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VM_MASK
(Results
1 - 17
of
17
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
vm86.h
26
#define
VM_MASK
0
/development/ndk/platforms/android-9/arch-x86/include/asm/
vm86.h
26
#define
VM_MASK
0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
vm86.h
20
#define
VM_MASK
0x00020000
22
#define
VM_MASK
0 /* ignored */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vm86.h
20
#define
VM_MASK
0x00020000
22
#define
VM_MASK
0 /* ignored */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
vm86.h
20
#define
VM_MASK
0x00020000
22
#define
VM_MASK
0 /* ignored */
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
vm86.h
19
#define
VM_MASK
0
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
vm86.h
19
#define
VM_MASK
0
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
vm86.h
19
#define
VM_MASK
0
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
vm86.h
19
#define
VM_MASK
0
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
vm86.h
19
#define
VM_MASK
0
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
vm86.h
26
#define
VM_MASK
0
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
vm86.h
26
#define
VM_MASK
0
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
vm86.h
26
#define
VM_MASK
0
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
vm86.h
26
#define
VM_MASK
0
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
vm86.h
26
#define
VM_MASK
0
/external/kernel-headers/original/asm-x86/
vm86.h
20
#define
VM_MASK
0x00020000
22
#define
VM_MASK
0 /* ignored */
/external/qemu/target-i386/
cpu.h
118
#define
VM_MASK
0x00020000
126
redundant. We avoid using the IOPL_MASK, TF_MASK and
VM_MASK
bit
753
(env->eflags &
VM_MASK
) ||
916
(env->eflags & (IOPL_MASK | TF_MASK | RF_MASK |
VM_MASK
));
Completed in 333 milliseconds