Searched refs:excp (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
H A Ddecode_exc.c106 unsigned int current_ir, excp; local
168 excp = fpudispatch(current_ir,excptype,0,Fpu_register);
170 if (excp) {
183 Set_exceptiontype_and_instr_field(excp,current_ir,
185 if (excp == UNIMPLEMENTEDEXCEPTION) {
190 excp = excptype;
197 excptype = excp;
201 if (excp == NOEXCEPTION)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c167 xmon(struct pt_regs *excp) argument
172 if (excp == NULL) {
183 excp = &regs;
188 xmon_regs[smp_processor_id()] = excp;
190 excprint(excp);
203 cmd = cmds(excp);
206 excp->msr |= 0x400;
207 } else if (at_breakpoint(excp->nip)) {
209 excp->msr |= 0x400;
370 cmds(struct pt_regs *excp) argument
688 backtrace(struct pt_regs *excp) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c249 xmon(struct pt_regs *excp) argument
255 if (excp == NULL) {
304 excp = &regs;
309 excprint(excp);
322 cmd = cmds(excp);
325 excp->msr |= 0x400;
326 } else if (at_breakpoint(excp->nip)) {
328 excp->msr |= 0x400;
575 cmds(struct pt_regs *excp) argument
655 if (excp !
987 backtrace(struct pt_regs *excp) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dsystem.h52 extern void xmon(struct pt_regs *excp);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dsystem.h53 extern void xmon(struct pt_regs *excp);
H A Dpage.h121 extern void xmon(struct pt_regs *excp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dsystem.h52 extern void xmon(struct pt_regs *excp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dsystem.h53 extern void xmon(struct pt_regs *excp);
H A Dpage.h121 extern void xmon(struct pt_regs *excp);

Completed in 309 milliseconds