Searched refs:__X32_SYSCALL_BIT (Results 1 – 7 of 7) sorted by relevance
80 (!!(task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT))86 if (task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT) in in_x32_syscall()
13 #define __X32_SYSCALL_BIT 0x40000000 macro
37 $(uapi)/unistd_x32.h: offset := __X32_SYSCALL_BIT
63 unsigned int xnr = nr - __X32_SYSCALL_BIT; in do_syscall_x32()
698 task_pt_regs(current)->orig_ax = __NR_x32_execve | __X32_SYSCALL_BIT; in __set_personality_x32()
854 return __NR_restart_syscall | (regs->orig_ax & __X32_SYSCALL_BIT); in get_nr_restart_syscall()