Lines Matching defs:trap
534 cpu, regs->trap, getvecname(TRAP(regs)));
601 * A system reset (trap == 0x100) can be triggered on
671 regs->trap, getvecname(TRAP(regs)));
769 /* Are we at the trap at bp->instr[1] for some bp? */
1637 (bp->enabled & BP_CIABR) ? "inst": "trap");
1792 printf("--- Exception: %lx %s at ", regs.trap,
1825 addr = regs->nip; /* address of trap instruction */
1845 unsigned long trap;
1851 trap = TRAP(fp);
1852 printf("Vector: %lx %s at [%px]\n", fp->trap, getvecname(trap), fp);
1862 if (trap == INTERRUPT_DATA_STORAGE ||
1863 trap == INTERRUPT_DATA_SEGMENT ||
1864 trap == INTERRUPT_ALIGNMENT ||
1865 trap == INTERRUPT_MACHINE_CHECK) {
1867 if (trap != INTERRUPT_DATA_SEGMENT)
1881 if (trap == INTERRUPT_PROGRAM)
1889 int n, trap;
1930 printf("ctr = "REG" xer = "REG" trap = %4lx\n",
1931 fp->ctr, fp->xer, fp->trap);
1932 trap = TRAP(fp);
1933 if (trap == INTERRUPT_DATA_STORAGE ||
1934 trap == INTERRUPT_DATA_SEGMENT ||
1935 trap == INTERRUPT_ALIGNMENT)
3495 "trap", "dar", "dsisr", "res"