Searched refs:syscall_enter_from_user_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dsyscall.c55 nr = syscall_enter_from_user_mode(regs, nr);
/linux-master/arch/x86/entry/
H A Dcommon.c79 nr = syscall_enter_from_user_mode(regs, nr);
336 nr = syscall_enter_from_user_mode(regs, nr);
353 * This cannot use syscall_enter_from_user_mode() as it has to
/linux-master/include/linux/
H A Dentry-common.h31 * SYSCALL_WORK flags handled in syscall_enter_from_user_mode()
77 * Invoked from syscall_enter_from_user_mode() in the non-instrumentable
174 * syscall_enter_from_user_mode - Establish state and check and handle work
190 static __always_inline long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) function
/linux-master/arch/riscv/kernel/
H A Dtraps.c325 syscall = syscall_enter_from_user_mode(regs, syscall);

Completed in 132 milliseconds