Home
last modified time | relevance | path

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

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