Lines Matching refs:trap
433 cpu, regs->trap, getvecname(TRAP(regs))); in xmon_core()
546 regs->trap, getvecname(TRAP(regs))); in xmon_core()
998 regs->trap = 0xd00 | (regs->trap & 1); in do_step()
1423 printf("--- Exception: %lx %s at ", regs.trap, in xmon_show_stack()
1476 unsigned long trap; in excprint() local
1482 trap = TRAP(fp); in excprint()
1483 printf("Vector: %lx %s at [%lx]\n", fp->trap, getvecname(trap), fp); in excprint()
1493 if (trap == 0x300 || trap == 0x380 || trap == 0x600 || trap == 0x200) { in excprint()
1495 if (trap != 0x380) in excprint()
1509 if (trap == 0x700) in excprint()
1515 int n, trap; in prregs() local
1566 fp->ctr, fp->xer, fp->trap); in prregs()
1567 trap = TRAP(fp); in prregs()
1568 if (trap == 0x300 || trap == 0x380 || trap == 0x600) in prregs()