Lines Matching refs:excp
738 int xmon(struct pt_regs *excp)
742 if (excp == NULL) {
744 excp = ®s;
747 return xmon_core(excp, 0);
1044 cmds(struct pt_regs *excp)
1049 xmon_regs = excp;
1051 xmon_show_stack(excp->gpr[1], excp->link, excp->nip);
1102 prregs(excp); /* print regs */
1105 excprint(excp);
1111 backtrace(excp);
1119 if (do_step(excp))
1293 static int batch_cmds(struct pt_regs *excp)
1302 xmon_regs = excp;
1310 prregs(excp); /* print regs */
1316 backtrace(excp);
1806 static void backtrace(struct pt_regs *excp)
1813 xmon_show_stack(excp->gpr[1], excp->link, excp->nip);