Lines Matching refs:excp
735 int xmon(struct pt_regs *excp)
739 if (excp == NULL) {
741 excp = ®s;
744 return xmon_core(excp, 0);
1041 cmds(struct pt_regs *excp)
1046 xmon_regs = excp;
1048 xmon_show_stack(excp->gpr[1], excp->link, excp->nip);
1099 prregs(excp); /* print regs */
1102 excprint(excp);
1108 backtrace(excp);
1116 if (do_step(excp))
1718 static void backtrace(struct pt_regs *excp)
1725 xmon_show_stack(excp->gpr[1], excp->link, excp->nip);