Home
last modified time | relevance | path

Searched refs:__X32_SYSCALL_BIT (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/x86/include/uapi/asm/
Dunistd.h6 #define __X32_SYSCALL_BIT 0x40000000 macro
/Linux-v4.19/tools/arch/x86/include/uapi/asm/
Dunistd.h6 #define __X32_SYSCALL_BIT 0x40000000 macro
/Linux-v4.19/arch/x86/include/asm/
Dunistd.h9 # define __SYSCALL_MASK (~(__X32_SYSCALL_BIT))
Dcompat.h192 (!!(task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT))
229 if (task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT) in in_x32_syscall()
/Linux-v4.19/arch/x86/entry/syscalls/
DMakefile36 syshdr_offset_unistd_x32 := __X32_SYSCALL_BIT
/Linux-v4.19/arch/x86/kernel/
Dprocess_64.c583 task_pt_regs(current)->orig_ax = __NR_x32_execve | __X32_SYSCALL_BIT; in __set_personality_x32()
Dsignal.c801 return __NR_restart_syscall | (regs->orig_ax & __X32_SYSCALL_BIT); in get_nr_restart_syscall()