Home
last modified time | relevance | path

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

/linux/arch/x86/entry/
A Dcommon.c252 nr = syscall_enter_from_user_mode_work(regs, nr); in do_int80_emulation()
316 nr = syscall_enter_from_user_mode_work(regs, nr); in DEFINE_FREDENTRY_RAW()
383 nr = syscall_enter_from_user_mode_work(regs, nr); in __do_fast_syscall_32()
/linux/include/linux/
A Dentry-common.h163 static __always_inline long syscall_enter_from_user_mode_work(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode_work() function
198 ret = syscall_enter_from_user_mode_work(regs, syscall); in syscall_enter_from_user_mode()
/linux/arch/s390/kernel/
A Dsyscall.c101 nr = syscall_enter_from_user_mode_work(regs, nr); in do_syscall()

Completed in 7 milliseconds