Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/entry/
A 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-6.3-rc2/arch/loongarch/kernel/
A Dsyscall.c54 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall()
/linux-6.3-rc2/include/linux/
A Dentry-common.h162 long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall);
/linux-6.3-rc2/Documentation/core-api/
A 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-6.3-rc2/kernel/entry/
A Dcommon.c104 noinstr long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode() function

Completed in 5 milliseconds