Home
last modified time | relevance | path

Searched refs:syscall_enter_from_user_mode (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/x86/entry/
Dcommon.c76 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall_64()
129 nr = syscall_enter_from_user_mode(regs, nr); in do_int80_syscall_32()
/linux-5.19.10/arch/loongarch/kernel/
Dsyscall.c54 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall()
/linux-5.19.10/include/linux/
Dentry-common.h162 long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall);
/linux-5.19.10/Documentation/core-api/
Dentry.rst71 nr = syscall_enter_from_user_mode(regs, nr);
81 syscall_enter_from_user_mode() first invokes enter_from_user_mode() which
102 syscall_enter_from_user_mode() and syscall_exit_to_user_mode() are also
/linux-5.19.10/kernel/entry/
Dcommon.c102 noinstr long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode() function