Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds