OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__X32_SYSCALL_BIT
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/kernel/uapi/asm-x86/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/development/ndk/platforms/android-21/arch-x86/include/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/external/kernel-headers/original/uapi/asm-x86/asm/
unistd.h
5
#define
__X32_SYSCALL_BIT
0x40000000
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
unistd.h
21
#define
__X32_SYSCALL_BIT
0x40000000
/external/strace/linux/x86_64/
get_scno.c
40
#ifndef
__X32_SYSCALL_BIT
41
# define
__X32_SYSCALL_BIT
0x40000000
50
* solely by looking at
__X32_SYSCALL_BIT
:
52
* if (task_pt_regs(current)->orig_ax &
__X32_SYSCALL_BIT
)
61
if (scno &
__X32_SYSCALL_BIT
) {
68
*
__X32_SYSCALL_BIT
logic does not apply.
71
scno -=
__X32_SYSCALL_BIT
;
93
scno &= ~
__X32_SYSCALL_BIT
;
Completed in 112 milliseconds