Searched refs:excp (Results 1 – 3 of 3) sorted by relevance
106 unsigned int current_ir, excp; in decode_fpu() local168 excp = fpudispatch(current_ir,excptype,0,Fpu_register); in decode_fpu()170 if (excp) { in decode_fpu()183 Set_exceptiontype_and_instr_field(excp,current_ir, in decode_fpu()185 if (excp == UNIMPLEMENTEDEXCEPTION) { in decode_fpu()190 excp = excptype; in decode_fpu()197 excptype = excp; in decode_fpu()201 if (excp == NOEXCEPTION) in decode_fpu()
21 extern int xmon(struct pt_regs *excp);
529 int xmon(struct pt_regs *excp) in xmon() argument533 if (excp == NULL) { in xmon()535 excp = ®s; in xmon()538 return xmon_core(excp, 0); in xmon()757 cmds(struct pt_regs *excp) in cmds() argument762 xmon_regs = excp; in cmds()766 xmon_show_stack(excp->gpr[1], excp->link, excp->nip); in cmds()814 prregs(excp); /* print regs */ in cmds()817 excprint(excp); in cmds()823 backtrace(excp); in cmds()[all …]