Searched refs:excep (Results 1 – 6 of 6) sorted by relevance
/arch/mn10300/kernel/ |
D | mn10300-watchdog.c | 129 void watchdog_interrupt(struct pt_regs *regs, enum exception_code excep) in watchdog_interrupt() argument 189 gdbstub_exception(regs, excep); in watchdog_interrupt() 191 gdbstub_intercept(regs, excep); in watchdog_interrupt()
|
D | gdb-stub.c | 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() [all …]
|
D | kgdb.c | 450 int debugger_intercept(enum exception_code excep, int signo, int si_code, in debugger_intercept() argument 456 excep = EXCEP_TRAP; in debugger_intercept() 461 ret = kgdb_handle_exception(excep, signo, si_code, regs); in debugger_intercept()
|
D | gdb-io-ttysm-low.S | 84 call gdbstub_rx_irq[],0 # gdbstub_io_rx_irq(regs,excep)
|
D | gdb-io-serial-low.S | 82 call gdbstub_rx_irq[],0 # gdbstub_rx_irq(regs,excep)
|
/arch/mn10300/include/asm/ |
D | debugger.h | 30 static inline int debugger_intercept(enum exception_code excep, in debugger_intercept() argument
|