Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
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.1.9/tools/arch/x86/include/uapi/asm/
Dunistd.h13 #define __X32_SYSCALL_BIT 0x40000000 macro
/linux-6.1.9/arch/x86/include/uapi/asm/
Dunistd.h13 #define __X32_SYSCALL_BIT 0x40000000 macro
/linux-6.1.9/arch/x86/entry/syscalls/
DMakefile37 $(uapi)/unistd_x32.h: offset := __X32_SYSCALL_BIT
/linux-6.1.9/arch/x86/entry/
Dcommon.c63 unsigned int xnr = nr - __X32_SYSCALL_BIT; in do_syscall_x32()
/linux-6.1.9/arch/x86/kernel/
Dprocess_64.c698 task_pt_regs(current)->orig_ax = __NR_x32_execve | __X32_SYSCALL_BIT; in __set_personality_x32()
Dsignal.c854 return __NR_restart_syscall | (regs->orig_ax & __X32_SYSCALL_BIT); in get_nr_restart_syscall()