Searched refs:__debug_status (Results 1 – 3 of 3) sorted by relevance
42 struct frv_debug_status __debug_status; variable69 __debug_status.dcr &= ~DCR_SE; in debug_stub()78 __debug_status.brr = (__debug_frame->tbr & TBR_TT) << 12; in debug_stub()79 __debug_status.brr |= BRR_EB; in debug_stub()126 __debug_status.dcr = DCR_EBE; in debug_stub_init()
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()[all …]
143 extern struct frv_debug_status __debug_status;