Lines Matching refs:trap
434 cpu, regs->trap, getvecname(TRAP(regs))); in xmon_core()
547 regs->trap, getvecname(TRAP(regs))); in xmon_core()
1012 regs->trap = 0xd00 | (regs->trap & 1); in do_step()
1437 printf("--- Exception: %lx %s at ", regs.trap, in xmon_show_stack()
1490 unsigned long trap; in excprint() local
1496 trap = TRAP(fp); in excprint()
1497 printf("Vector: %lx %s at [%lx]\n", fp->trap, getvecname(trap), fp); in excprint()
1507 if (trap == 0x300 || trap == 0x380 || trap == 0x600 || trap == 0x200) { in excprint()
1509 if (trap != 0x380) in excprint()
1523 if (trap == 0x700) in excprint()
1529 int n, trap; in prregs() local
1580 fp->ctr, fp->xer, fp->trap); in prregs()
1581 trap = TRAP(fp); in prregs()
1582 if (trap == 0x300 || trap == 0x380 || trap == 0x600) in prregs()