Searched refs:EXC_BPT (Results 1 – 6 of 6) sorted by relevance
67 #define EXC_BPT 0x1300 /* Instruction Breakpoint */ macro
395 bcopy(&restorebridge, (void *)EXC_BPT, trap_offset); in aim_cpu_init() 434 bcopy(&dblow, (void *)(EXC_BPT + trap_offset), (size_t)&dbend - in aim_cpu_init()
845 li %r29,EXC_BPT
909 li %r29,EXC_BPT
246 case EXC_BPT: trapstr = "BPT"; break; in db_backtrace()
145 { EXC_BPT, "instruction breakpoint" },998 || frame->exc == EXC_BPT in db_trap_glue()