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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c228 int xmon(struct pt_regs *excp) argument
234 if (excp == NULL) {
245 excp = &regs;
250 xmon_regs[smp_processor_id()] = excp;
252 excprint(excp);
265 cmd = cmds(excp);
268 xmon_enable_sstep(excp);
269 } else if (at_breakpoint(excp->nip)) {
271 xmon_enable_sstep(excp);
435 cmds(struct pt_regs *excp) argument
788 backtrace(struct pt_regs *excp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c518 int xmon(struct pt_regs *excp) argument
522 if (excp == NULL) {
524 excp = &regs;
527 return xmon_core(excp, 0);
746 cmds(struct pt_regs *excp) argument
751 xmon_regs = excp;
755 xmon_show_stack(excp->gpr[1], excp->link, excp->nip);
803 prregs(excp); /* prin
1329 backtrace(struct pt_regs *excp) argument
[all...]

Completed in 47 milliseconds