Lines Matching refs:__debug_frame

1162 	unsigned long addr = __debug_frame->pc - 4;  in gdbstub_check_breakpoint()
1169 __debug_frame->pc = addr; in gdbstub_check_breakpoint()
1187 __debug_frame, in gdbstub_show_regs()
1188 __debug_frame->psr & PSR_S ? "kernel" : "user"); in gdbstub_show_regs()
1190 reg = (unsigned long *) __debug_frame; in gdbstub_show_regs()
1415 __debug_frame->pc, in gdbstub()
1416 __debug_frame, in gdbstub()
1430 temp3 = __debug_frame->pc & ~15; in gdbstub()
1435 asm volatile("movsg pcsr,%0" : "=r"(__debug_frame->pc)); in gdbstub()
1436 __debug_frame->psr |= PSR_ET; in gdbstub()
1437 __debug_frame->psr &= ~PSR_S; in gdbstub()
1438 if (__debug_frame->psr & PSR_PS) in gdbstub()
1439 __debug_frame->psr |= PSR_S; in gdbstub()
1440 __debug_status.brr = (__debug_frame->tbr & TBR_TT) << 12; in gdbstub()
1450 asm volatile("movsg pcsr,%0" : "=r"(__debug_frame->pc)); in gdbstub()
1451 __debug_frame->psr |= PSR_ET; in gdbstub()
1452 __debug_frame->psr &= ~PSR_S; in gdbstub()
1453 if (__debug_frame->psr & PSR_PS) in gdbstub()
1454 __debug_frame->psr |= PSR_S; in gdbstub()
1455 __debug_status.brr = (__debug_frame->tbr & TBR_TT) << 12; in gdbstub()
1469 if (__debug_frame->pc == (unsigned long) gdbstub_console_write + 4) { in gdbstub()
1470 __gdbstub_console_write((struct console *) __debug_frame->gr8, in gdbstub()
1471 (const char *) __debug_frame->gr9, in gdbstub()
1472 (unsigned) __debug_frame->gr10); in gdbstub()
1533 ptr = mem2hex(&__debug_frame->pc, ptr, 4, 0); in gdbstub()
1541 ptr = mem2hex(&__debug_frame->fp, ptr, 4, 0); in gdbstub()
1549 ptr = mem2hex(&__debug_frame->sp, ptr, 4, 0); in gdbstub()
1620 temp = (unsigned long) __debug_frame; in gdbstub()
1632 ptr = mem2hex(&__debug_frame->pc, ptr, 4, 0); in gdbstub()
1633 ptr = mem2hex(&__debug_frame->psr, ptr, 4, 0); in gdbstub()
1634 ptr = mem2hex(&__debug_frame->ccr, ptr, 4, 0); in gdbstub()
1635 ptr = mem2hex(&__debug_frame->cccr, ptr, 4, 0); in gdbstub()
1639 ptr = mem2hex(&__debug_frame->tbr, ptr, 4, 0); in gdbstub()
1660 ptr = mem2hex(&__debug_frame->lr, ptr, 4, 0); in gdbstub()
1661 ptr = mem2hex(&__debug_frame->lcr, ptr, 4, 0); in gdbstub()
1663 ptr = mem2hex(&__debug_frame->iacc0, ptr, 8, 0); in gdbstub()
1675 ptr = mem2hex(&__debug_frame->gner0, ptr, 4, 0); in gdbstub()
1676 ptr = mem2hex(&__debug_frame->gner1, ptr, 4, 0); in gdbstub()
1695 ptr = hex2mem(ptr, &__debug_frame->gr29, 4); in gdbstub()
1696 ptr = hex2mem(ptr, &__debug_frame->gr30, 4); in gdbstub()
1698 ptr = hex2mem(ptr, &__debug_frame->gr31, 4); in gdbstub()
1711 ptr = hex2mem(ptr, &__debug_frame->pc, 4); in gdbstub()
1712 ptr = hex2mem(ptr, &__debug_frame->psr, 4); in gdbstub()
1713 ptr = hex2mem(ptr, &__debug_frame->ccr, 4); in gdbstub()
1714 ptr = hex2mem(ptr, &__debug_frame->cccr,4); in gdbstub()
1728 ptr = hex2mem(ptr, &__debug_frame->lr, 4); in gdbstub()
1729 ptr = hex2mem(ptr, &__debug_frame->lcr, 4); in gdbstub()
1731 ptr = hex2mem(ptr, &__debug_frame->iacc0, 8); in gdbstub()
1743 ptr = hex2mem(ptr, &__debug_frame->gner0, 4); in gdbstub()
1744 ptr = hex2mem(ptr, &__debug_frame->gner1, 4); in gdbstub()
1879 __debug_frame->pc = addr; in gdbstub()