Lines Matching refs:excep
178 static int computeSignal(enum exception_code excep);
921 enum exception_code excep; /* MN10300 exception code */ member
958 static int computeSignal(enum exception_code excep) in computeSignal() argument
963 if (map->excep == excep) in computeSignal()
1177 static int gdbstub(struct pt_regs *regs, enum exception_code excep) in gdbstub() argument
1189 if (excep == EXCEP_FPU_DISABLED) in gdbstub()
1228 sigval = broke ? SIGTRAP : computeSignal(excep); in gdbstub()
1231 if (!user_mode(regs) && excep == EXCEP_SYSCALL15) { in gdbstub()
1274 hx = hex_asc_hi(excep >> 8); in gdbstub()
1276 hx = hex_asc_lo(excep >> 8); in gdbstub()
1278 hx = hex_asc_hi(excep); in gdbstub()
1280 hx = hex_asc_lo(excep); in gdbstub()
1671 if (excep == EXCEP_NMI) in gdbstub()
1692 asmlinkage int debugger_intercept(enum exception_code excep, in debugger_intercept() argument
1708 regs, excep, mdr, regs->pc); in debugger_intercept()
1739 ret = gdbstub(regs, excep); in debugger_intercept()
1750 enum exception_code excep) in gdbstub_exception() argument
1756 regs, excep, mdr); in gdbstub_exception()
1906 asmlinkage void gdbstub_rx_irq(struct pt_regs *regs, enum exception_code excep) in gdbstub_rx_irq() argument
1918 gdbstub(regs, excep); in gdbstub_rx_irq()