Home
last modified time | relevance | path

Searched refs:syscall_enter_from_user_mode (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/entry/
H A Dcommon.c41 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall_64()
91 nr = (unsigned int)syscall_enter_from_user_mode(regs, nr); in do_int80_syscall_32()
106 * This cannot use syscall_enter_from_user_mode() as it has to in __do_fast_syscall_32()
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dcommon.c77 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall_64()
223 nr = syscall_enter_from_user_mode(regs, nr); in do_int80_syscall_32()
240 * This cannot use syscall_enter_from_user_mode() as it has to in __do_fast_syscall_32()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dsyscall.c55 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dsyscall.c57 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall()
/kernel/linux/linux-5.10/include/linux/
H A Dentry-common.h41 * TIF flags handled in syscall_enter_from_user_mode()
82 * Invoked from syscall_enter_from_user_mode() in the non-instrumentable
101 * Invoked from syscall_enter_from_user_mode()
154 * syscall_enter_from_user_mode - Establish state and check and handle work
170 long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall);
/kernel/linux/linux-6.6/include/linux/
H A Dentry-common.h26 * SYSCALL_WORK flags handled in syscall_enter_from_user_mode()
72 * Invoked from syscall_enter_from_user_mode() in the non-instrumentable
146 * syscall_enter_from_user_mode - Establish state and check and handle work
162 long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall);
/kernel/linux/linux-5.10/kernel/entry/
H A Dcommon.c91 noinstr long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode() function
218 * instruction has been already reported in syscall_enter_from_user_mode().
/kernel/linux/linux-6.6/kernel/entry/
H A Dcommon.c104 noinstr long syscall_enter_from_user_mode(struct pt_regs *regs, long syscall) in syscall_enter_from_user_mode() function
217 * instruction has been already reported in syscall_enter_from_user_mode().
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dtraps.c317 syscall = syscall_enter_from_user_mode(regs, syscall); in do_trap_ecall_u()

Completed in 5 milliseconds