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 D | common.c | 41 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 D | common.c | 77 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 D | syscall.c | 55 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | syscall.c | 57 nr = syscall_enter_from_user_mode(regs, nr); in do_syscall()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | entry-common.h | 41 * 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 D | entry-common.h | 26 * 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 D | common.c | 91 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 D | common.c | 104 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 D | traps.c | 317 syscall = syscall_enter_from_user_mode(regs, syscall); in do_trap_ecall_u()
|
Completed in 5 milliseconds