Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dcompat.h80 (!!(task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT))
86 if (task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT) in in_x32_syscall()
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dunistd.h13 #define __X32_SYSCALL_BIT 0x40000000 macro
/linux-6.3-rc2/tools/arch/x86/include/uapi/asm/
A Dunistd.h13 #define __X32_SYSCALL_BIT 0x40000000 macro
/linux-6.3-rc2/arch/x86/entry/syscalls/
A DMakefile37 $(uapi)/unistd_x32.h: offset := __X32_SYSCALL_BIT
/linux-6.3-rc2/arch/x86/entry/
A Dcommon.c63 unsigned int xnr = nr - __X32_SYSCALL_BIT; in do_syscall_x32()
/linux-6.3-rc2/arch/x86/kernel/
A Dsignal.c291 return __NR_restart_syscall | (regs->orig_ax & __X32_SYSCALL_BIT); in get_nr_restart_syscall()
A Dprocess_64.c698 task_pt_regs(current)->orig_ax = __NR_x32_execve | __X32_SYSCALL_BIT; in __set_personality_x32()

Completed in 9 milliseconds