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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmn10300-watchdog.c125 void watchdog_interrupt(struct pt_regs *regs, enum exception_code excep) argument
169 gdbstub_exception(regs, excep);
171 gdbstub_intercept(regs, excep);
H A Dgdb-stub.c179 static int computeSignal(enum exception_code excep);
924 enum exception_code excep; /* MN10300 exception code */ member in struct:excep_to_sig_map
961 static int computeSignal(enum exception_code excep) argument
966 if (map->excep == excep)
1180 static int gdbstub(struct pt_regs *regs, enum exception_code excep) argument
1192 if (excep == EXCEP_FPU_DISABLED)
1229 sigval = broke ? SIGTRAP : computeSignal(excep);
1232 if (!user_mode(regs) && excep == EXCEP_SYSCALL15) {
1275 hx = hex_asc_hi(excep >>
1668 gdbstub_intercept(struct pt_regs *regs, enum exception_code excep) argument
1725 gdbstub_exception(struct pt_regs *regs, enum exception_code excep) argument
1882 gdbstub_rx_irq(struct pt_regs *regs, enum exception_code excep) argument
[all...]
H A Dgdb-io-serial-low.S79 call gdbstub_rx_irq[],0 # gdbstub_rx_irq(regs,excep)
H A Dgdb-io-ttysm-low.S84 call gdbstub_rx_irq[],0 # gdbstub_io_rx_irq(regs,excep)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp142 EXCEPINFO excep; local
184 excep.pfnDeferredFillIn = NULL;
187 (WORD)action, &dispparams, vReturnPtr, &excep, &uiArgErr);
203 // ShowException((const char*) member, hr, &excep, uiArgErr);
206 SysFreeString(excep.bstrSource);
207 SysFreeString(excep.bstrDescription);
208 SysFreeString(excep.bstrHelpFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb_java_wrap.c154 jclass excep; local
172 excep = (*jenv)->FindClass(jenv, except_ptr->java_exception);
173 if (excep)
174 (*jenv)->ThrowNew(jenv, excep, msg);

Completed in 225 milliseconds