Lines Matching defs:trap
117 static unsigned bpinstr = 0x7fe00008; /* trap */
536 cpu, regs->trap, getvecname(TRAP(regs)));
603 * A system reset (trap == 0x100) can be triggered on
668 regs->trap, getvecname(TRAP(regs)));
766 /* Are we at the trap at bp->instr[1] for some bp? */
1547 (bp->enabled & BP_CIABR) ? "inst": "trap");
1704 printf("--- Exception: %lx %s at ", regs.trap,
1737 addr = regs->nip; /* address of trap instruction */
1757 unsigned long trap;
1763 trap = TRAP(fp);
1764 printf("Vector: %lx %s at [%px]\n", fp->trap, getvecname(trap), fp);
1774 if (trap == 0x300 || trap == 0x380 || trap == 0x600 || trap == 0x200) {
1776 if (trap != 0x380)
1790 if (trap == 0x700)
1798 int n, trap;
1848 printf("ctr = "REG" xer = "REG" trap = %4lx\n",
1849 fp->ctr, fp->xer, fp->trap);
1850 trap = TRAP(fp);
1851 if (trap == 0x300 || trap == 0x380 || trap == 0x600)
3422 "trap", "dar", "dsisr", "res"