Searched defs:__X32_SYSCALL_BIT (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd.h5 #define __X32_SYSCALL_BIT 0x40000000 macro
/external/strace/linux/x86_64/
H A Dget_scno.c40 #ifndef __X32_SYSCALL_BIT
41 # define __X32_SYSCALL_BIT 0x40000000 macro
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 159 milliseconds