Lines Matching refs:__debug_status
1209 gdbstub_printk("DCR %08lx ", __debug_status.dcr); in gdbstub_dump_debugregs()
1210 gdbstub_printk("BRR %08lx\n", __debug_status.brr); in gdbstub_dump_debugregs()
1440 __debug_status.brr = (__debug_frame->tbr & TBR_TT) << 12; in gdbstub()
1441 __debug_status.brr |= BRR_EB; in gdbstub()
1455 __debug_status.brr = (__debug_frame->tbr & TBR_TT) << 12; in gdbstub()
1456 __debug_status.brr |= BRR_EB; in gdbstub()
1463 if (__debug_status.brr & BRR_SB) in gdbstub()
1482 sigval = gdbstub_compute_signal(__debug_status.brr); in gdbstub()
1492 unsigned long brr = __debug_status.brr; in gdbstub()
1640 ptr = mem2hex(&__debug_status.brr , ptr, 4, 0); in gdbstub()
1832 __debug_status.brr = temp; in gdbstub()
1899 __debug_status.dcr |= DCR_SE; in gdbstub()