Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/entry/
Dcommon.c79 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall_64()
337 nr = syscall_enter_from_user_mode(regs, nr); in do_int80_syscall_32()
/linux-6.14.4/arch/loongarch/kernel/
Dsyscall.c59 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall()
/linux-6.14.4/include/linux/
Dentry-common.h191 static __always_inline long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode() function
/linux-6.14.4/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-6.14.4/arch/riscv/kernel/
Dtraps.c326 syscall = syscall_enter_from_user_mode(regs, syscall); in do_trap_ecall_u()