Lines Matching full:ea
121 fp->ea -= 4; in breakpoint_c()
122 _exception(SIGTRAP, fp, TRAP_BRKPT, fp->ea); in breakpoint_c()
132 fp->ea -= 4; in handle_unaligned_c()
142 pr_alert(" op-code 0x%08lx\n", *(unsigned long *)(fp->ea)); in handle_unaligned_c()
154 fp->ea -= 4; in handle_illegal_c()
155 _exception(SIGILL, fp, ILL_ILLOPC, fp->ea); in handle_illegal_c()
161 fp->ea -= 4; in handle_supervisor_instr()
162 _exception(SIGILL, fp, ILL_PRVOPC, fp->ea); in handle_supervisor_instr()
168 fp->ea -= 4; in handle_diverror_c()
169 _exception(SIGFPE, fp, FPE_INTDIV, fp->ea); in handle_diverror_c()
182 regs->ea -= 4; in unhandled_exception()
185 pr_emerg("opcode: 0x%08lx\n", *(unsigned long *)(regs->ea)); in unhandled_exception()
190 _send_sig(SIGUSR1, 0, fp->ea); in handle_trap_1_c()
195 _send_sig(SIGUSR2, 0, fp->ea); in handle_trap_2_c()
200 _send_sig(SIGILL, ILL_ILLTRP, fp->ea); in handle_trap_3_c()