Home
last modified time | relevance | path

Searched refs:excep (Results 1 – 6 of 6) sorted by relevance

/arch/mn10300/kernel/
Dmn10300-watchdog.c129 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()
Dgdb-stub.c178 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 …]
Dkgdb.c450 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()
Dgdb-io-ttysm-low.S84 call gdbstub_rx_irq[],0 # gdbstub_io_rx_irq(regs,excep)
Dgdb-io-serial-low.S82 call gdbstub_rx_irq[],0 # gdbstub_rx_irq(regs,excep)
/arch/mn10300/include/asm/
Ddebugger.h30 static inline int debugger_intercept(enum exception_code excep, in debugger_intercept() argument