Home
last modified time | relevance | path

Searched refs:syscall_enter_from_user_mode_work (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/
Dentry-common.h143 long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall);
/Linux-v6.1/arch/s390/kernel/
Dsyscall.c128 nr = syscall_enter_from_user_mode_work(regs, nr); in do_syscall()
/Linux-v6.1/arch/x86/entry/
Dcommon.c175 nr = syscall_enter_from_user_mode_work(regs, nr); in __do_fast_syscall_32()
/Linux-v6.1/kernel/entry/
Dcommon.c99 long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode_work() function