HomeSort by relevance Sort by last modified time
    Searched refs:__X32_SYSCALL_BIT (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_x32.h 21 #define __NR_read (__X32_SYSCALL_BIT + 0)
22 #define __NR_write (__X32_SYSCALL_BIT + 1)
24 #define __NR_open (__X32_SYSCALL_BIT + 2)
25 #define __NR_close (__X32_SYSCALL_BIT + 3)
26 #define __NR_stat (__X32_SYSCALL_BIT + 4)
27 #define __NR_fstat (__X32_SYSCALL_BIT + 5)
29 #define __NR_lstat (__X32_SYSCALL_BIT + 6)
30 #define __NR_poll (__X32_SYSCALL_BIT + 7)
31 #define __NR_lseek (__X32_SYSCALL_BIT + 8)
32 #define __NR_mmap (__X32_SYSCALL_BIT + 9
    [all...]
unistd.h 21 #define __X32_SYSCALL_BIT 0x40000000
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_x32.h 4 #define __NR_read (__X32_SYSCALL_BIT + 0)
5 #define __NR_write (__X32_SYSCALL_BIT + 1)
6 #define __NR_open (__X32_SYSCALL_BIT + 2)
7 #define __NR_close (__X32_SYSCALL_BIT + 3)
8 #define __NR_stat (__X32_SYSCALL_BIT + 4)
9 #define __NR_fstat (__X32_SYSCALL_BIT + 5)
10 #define __NR_lstat (__X32_SYSCALL_BIT + 6)
11 #define __NR_poll (__X32_SYSCALL_BIT + 7)
12 #define __NR_lseek (__X32_SYSCALL_BIT + 8)
13 #define __NR_mmap (__X32_SYSCALL_BIT + 9
    [all...]
unistd.h 5 #define __X32_SYSCALL_BIT 0x40000000
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_x32.h 21 #define __NR_read (__X32_SYSCALL_BIT + 0)
22 #define __NR_write (__X32_SYSCALL_BIT + 1)
24 #define __NR_open (__X32_SYSCALL_BIT + 2)
25 #define __NR_close (__X32_SYSCALL_BIT + 3)
26 #define __NR_stat (__X32_SYSCALL_BIT + 4)
27 #define __NR_fstat (__X32_SYSCALL_BIT + 5)
29 #define __NR_lstat (__X32_SYSCALL_BIT + 6)
30 #define __NR_poll (__X32_SYSCALL_BIT + 7)
31 #define __NR_lseek (__X32_SYSCALL_BIT + 8)
32 #define __NR_mmap (__X32_SYSCALL_BIT + 9
    [all...]
unistd.h 21 #define __X32_SYSCALL_BIT 0x40000000
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_x32.h 21 #define __NR_read (__X32_SYSCALL_BIT + 0)
22 #define __NR_write (__X32_SYSCALL_BIT + 1)
24 #define __NR_open (__X32_SYSCALL_BIT + 2)
25 #define __NR_close (__X32_SYSCALL_BIT + 3)
26 #define __NR_stat (__X32_SYSCALL_BIT + 4)
27 #define __NR_fstat (__X32_SYSCALL_BIT + 5)
29 #define __NR_lstat (__X32_SYSCALL_BIT + 6)
30 #define __NR_poll (__X32_SYSCALL_BIT + 7)
31 #define __NR_lseek (__X32_SYSCALL_BIT + 8)
32 #define __NR_mmap (__X32_SYSCALL_BIT + 9
    [all...]
unistd.h 21 #define __X32_SYSCALL_BIT 0x40000000
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm/
unistd_x32.h 21 #define __NR_read (__X32_SYSCALL_BIT + 0)
22 #define __NR_write (__X32_SYSCALL_BIT + 1)
24 #define __NR_open (__X32_SYSCALL_BIT + 2)
25 #define __NR_close (__X32_SYSCALL_BIT + 3)
26 #define __NR_stat (__X32_SYSCALL_BIT + 4)
27 #define __NR_fstat (__X32_SYSCALL_BIT + 5)
29 #define __NR_lstat (__X32_SYSCALL_BIT + 6)
30 #define __NR_poll (__X32_SYSCALL_BIT + 7)
31 #define __NR_lseek (__X32_SYSCALL_BIT + 8)
32 #define __NR_mmap (__X32_SYSCALL_BIT + 9
    [all...]
unistd.h 21 #define __X32_SYSCALL_BIT 0x40000000
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_x32.h 21 #define __NR_read (__X32_SYSCALL_BIT + 0)
22 #define __NR_write (__X32_SYSCALL_BIT + 1)
24 #define __NR_open (__X32_SYSCALL_BIT + 2)
25 #define __NR_close (__X32_SYSCALL_BIT + 3)
26 #define __NR_stat (__X32_SYSCALL_BIT + 4)
27 #define __NR_fstat (__X32_SYSCALL_BIT + 5)
29 #define __NR_lstat (__X32_SYSCALL_BIT + 6)
30 #define __NR_poll (__X32_SYSCALL_BIT + 7)
31 #define __NR_lseek (__X32_SYSCALL_BIT + 8)
32 #define __NR_mmap (__X32_SYSCALL_BIT + 9
    [all...]
unistd.h 21 #define __X32_SYSCALL_BIT 0x40000000
  /external/strace/linux/x86_64/
get_scno.c 1 #ifndef __X32_SYSCALL_BIT
2 # define __X32_SYSCALL_BIT 0x40000000
12 * solely by looking at __X32_SYSCALL_BIT:
14 * if (task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT)
23 if (scno & __X32_SYSCALL_BIT) {
30 * __X32_SYSCALL_BIT logic does not apply.
33 scno -= __X32_SYSCALL_BIT;
54 scno &= ~__X32_SYSCALL_BIT;

Completed in 1357 milliseconds