Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/entry/
H A Dsyscall_32.c171 nr = syscall_enter_from_user_mode_work(regs, nr); in do_int80_emulation()
235 nr = syscall_enter_from_user_mode_work(regs, nr); in DEFINE_FREDENTRY_RAW()
303 nr = syscall_enter_from_user_mode_work(regs, nr); in __do_fast_syscall_32()
/linux-6.15/include/linux/
H A 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.15/arch/s390/kernel/
H A Dsyscall.c113 nr = syscall_enter_from_user_mode_work(regs, nr); in __do_syscall()