Searched refs:__X32_SYSCALL_BIT (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dunistd.h5 #define __X32_SYSCALL_BIT 0x40000000 macro
/linux-4.4.14/arch/x86/include/asm/
H A Dunistd.h8 # define __SYSCALL_MASK (~(__X32_SYSCALL_BIT))
H A Dcompat.h274 (!!(task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT))
313 if (task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT) is_x32_task()
/linux-4.4.14/arch/x86/entry/syscalls/
H A DMakefile35 syshdr_offset_unistd_x32 := __X32_SYSCALL_BIT
/linux-4.4.14/arch/x86/kernel/
H A Dsignal.c699 __NR_restart_syscall | (regs->orig_ax & __X32_SYSCALL_BIT); get_nr_restart_syscall()

Completed in 139 milliseconds