Searched refs:do_trap_error (Results 1 – 2 of 2) sorted by relevance
/linux/arch/csky/kernel/ |
H A D | traps.c | 132 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error() function 148 do_trap_error(regs, signo, code, regs->pc, "Oops - " str); \ 164 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned() 184 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->pc, in do_trap_bkpt() 207 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn() 216 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe() 227 do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc, in do_trap_priv()
|
/linux/arch/riscv/kernel/ |
H A D | traps.c | 132 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error() function 156 do_trap_error(regs, signo, code, regs->epc, "Oops - " str); \ 161 do_trap_error(regs, signo, code, regs->epc, "Oops - " str); \ 183 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal() 191 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->epc, in do_trap_insn_illegal() 231 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_misaligned() 361 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->epc, in do_trap_ecall_u()
|