Home
last modified time | relevance | path

Searched refs:do_trap_error (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dtraps.c133 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error() function
149 do_trap_error(regs, signo, code, regs->pc, "Oops - " str); \
165 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
185 do_trap_error(regs, SIGILL, ILL_ILLTRP, regs->pc, in do_trap_bkpt()
208 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_illinsn()
217 do_trap_error(regs, SIGILL, ILL_ILLOPC, regs->pc, in do_trap_fpe()
228 do_trap_error(regs, SIGILL, ILL_PRVOPC, regs->pc, in do_trap_priv()
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps.c79 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error() function
93 do_trap_error(regs, signo, code, regs->epc, "Oops - " str); \
119 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_load_misaligned()
127 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_store_misaligned()