Searched refs:regs_to_trapnr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/kernel/ |
D | traps.c | 372 static int regs_to_trapnr(struct pt_regs *regs) in regs_to_trapnr() function 386 if (notify_die(DIE_OOPS, str, regs, 0, regs_to_trapnr(regs), in die() 472 if (notify_die(DIE_OOPS, "bus error", regs, 0, regs_to_trapnr(regs), in do_be() 828 if (notify_die(DIE_FP, "FP exception", regs, 0, regs_to_trapnr(regs), in do_fpe() 884 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 888 if (notify_die(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), in do_trap_or_bp() 990 regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_bp() 996 regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_bp() 1096 if (notify_die(DIE_RI, "RI Fault", regs, 0, regs_to_trapnr(regs), in do_ri() 1446 regs_to_trapnr(regs), SIGFPE) == NOTIFY_STOP) in do_msa_fpe()
|