Home
last modified time | relevance | path

Searched defs:excep (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/mn10300/kernel/
Dgdb-stub.c921 enum exception_code excep; /* MN10300 exception code */ member
958 static int computeSignal(enum exception_code excep) in computeSignal()
1177 static int gdbstub(struct pt_regs *regs, enum exception_code excep) in gdbstub()
1692 asmlinkage int debugger_intercept(enum exception_code excep, in debugger_intercept()
1750 enum exception_code excep) in gdbstub_exception()
1906 asmlinkage void gdbstub_rx_irq(struct pt_regs *regs, enum exception_code excep) in gdbstub_rx_irq()
Dmn10300-watchdog.c129 void watchdog_interrupt(struct pt_regs *regs, enum exception_code excep) in watchdog_interrupt()
Dkgdb.c450 int debugger_intercept(enum exception_code excep, int signo, int si_code, in debugger_intercept()
/linux-3.4.99/arch/mn10300/include/asm/
Ddebugger.h30 static inline int debugger_intercept(enum exception_code excep, in debugger_intercept()