| 86 | } |
| 87 | |
| 88 | void |
| 89 | _exception(int signr, struct pt_regs *regs) |
| 90 | { |
| 91 | show_regs(regs); |
| 92 | print_backtrace((unsigned long *)regs->gpr[1]); |
| 93 | panic("Exception"); |
| 94 | } |
| 95 | |
| 96 | unsigned long |
| 97 | search_exception_table(unsigned long addr) |
no test coverage detected