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

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd.h 21 #define __X32_SYSCALL_BIT 0x40000000
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd.h 6 #define __X32_SYSCALL_BIT 0x40000000
  /external/strace/linux/x86_64/
get_scno.c 47 #ifndef __X32_SYSCALL_BIT
48 # define __X32_SYSCALL_BIT 0x40000000
57 * solely by looking at __X32_SYSCALL_BIT:
59 * if (task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT)
68 if (scno & __X32_SYSCALL_BIT) {
75 * __X32_SYSCALL_BIT logic does not apply.

Completed in 650 milliseconds