/Linux-v5.10/arch/s390/kernel/ |
D | traps.c | 58 static void do_trap(struct pt_regs *regs, int si_signo, int si_code, char *str) in do_trap() function 65 NOKPROBE_SYMBOL(do_trap); 90 do_trap(regs, signr, sicode, str); \ 137 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap() 181 do_trap(regs, signal, ILL_ILLOPC, "illegal operation"); in illegal_op() 193 do_trap(regs, SIGILL, ILL_ILLOPN, "illegal operation"); in vector_exception() 219 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception() 228 do_trap(regs, SIGILL, ILL_ILLOPN, "data exception"); in data_exception() 237 do_trap(regs, SIGILL, ILL_PRVOPC, "space switch event"); in space_switch_exception()
|
/Linux-v5.10/arch/riscv/mm/ |
D | fault.c | 59 do_trap(regs, SIGBUS, BUS_ADRERR, addr); in mm_fault_error() 74 do_trap(regs, SIGSEGV, code, addr); in bad_area() 93 return do_trap(regs, SIGSEGV, code, addr); in vmalloc_fault()
|
/Linux-v5.10/arch/c6x/kernel/ |
D | traps.c | 241 static void do_trap(struct exception_info *except_info, struct pt_regs *regs) in do_trap() function 278 do_trap(&bkpt_exception, regs); in process_iexcept() 284 do_trap(&iexcept_table[iexcept_num], regs); in process_iexcept() 299 do_trap(&eexcept_table[evt], regs); in process_eexcept() 338 do_trap(&iexcept_table[ie_num], regs); in process_exception()
|
/Linux-v5.10/arch/x86/kernel/ |
D | traps.c | 152 do_trap(int trapnr, int signr, char *str, struct pt_regs *regs, in do_trap() function 167 NOKPROBE_SYMBOL(do_trap); 177 do_trap(trapnr, signr, str, regs, error_code, sicode, addr); in do_error_trap() 304 do_trap(X86_TRAP_AC, SIGBUS, "alignment check", regs, in DEFINE_IDTENTRY_ERRORCODE() 475 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL); in DEFINE_IDTENTRY() 626 do_trap(X86_TRAP_BP, SIGTRAP, "int3", regs, 0, 0, NULL); in do_int3_user() 1135 do_trap(X86_TRAP_IRET, SIGILL, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()
|
/Linux-v5.10/arch/riscv/kernel/ |
D | traps.c | 59 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function 79 do_trap(regs, signo, code, addr); in do_trap_error()
|
/Linux-v5.10/arch/csky/kernel/ |
D | traps.c | 117 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() function 139 do_trap(regs, signo, code, addr); in do_trap_error()
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | bug.h | 89 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr);
|
/Linux-v5.10/arch/openrisc/kernel/ |
D | traps.c | 239 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() function
|
D | entry.S | 844 l.jal do_trap
|