Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/entry/
Dcommon.c253 nr = syscall_enter_from_user_mode_work(regs, nr); in do_int80_emulation()
317 nr = syscall_enter_from_user_mode_work(regs, nr); in DEFINE_FREDENTRY_RAW()
384 nr = syscall_enter_from_user_mode_work(regs, nr); in __do_fast_syscall_32()
/linux-6.14.4/include/linux/
Dentry-common.h164 static __always_inline long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode_work() function
199 ret = syscall_enter_from_user_mode_work(regs, syscall); in syscall_enter_from_user_mode()
/linux-6.14.4/arch/s390/kernel/
Dsyscall.c101 nr = syscall_enter_from_user_mode_work(regs, nr); in do_syscall()