Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kernel/
H A Dsyscall.c59 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall()
/linux-6.15/arch/x86/entry/
H A Dsyscall_64.c90 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall_64()
H A Dsyscall_32.c256 nr = syscall_enter_from_user_mode(regs, nr); in do_int80_syscall_32()
/linux-6.15/include/linux/
H A 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.15/Documentation/core-api/
H 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.15/arch/riscv/kernel/
H A Dtraps.c336 syscall = syscall_enter_from_user_mode(regs, syscall); in do_trap_ecall_u()