UNW_DPRINT        260 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: bad scratch reg r%lu\n", __func__, reg);
UNW_DPRINT        271 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: bad unwind info: resetting info->pt\n", __func__);
UNW_DPRINT        277 arch/ia64/kernel/unwind.c 	UNW_DPRINT(3, "unwind.%s: sp 0x%lx pt 0x%lx\n", __func__, info->sp, info->pt);
UNW_DPRINT        296 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: trying to access non-existent r%u\n",
UNW_DPRINT        342 arch/ia64/kernel/unwind.c 						UNW_DPRINT(0, "unwind.%s: %p outside of regstk "
UNW_DPRINT        376 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: ignoring attempt to access register outside "
UNW_DPRINT        387 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
UNW_DPRINT        429 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: trying to access non-existent b%u\n",
UNW_DPRINT        435 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
UNW_DPRINT        452 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: trying to access non-existent f%u\n",
UNW_DPRINT        484 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
UNW_DPRINT        574 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: trying to access non-existent ar%u\n",
UNW_DPRINT        581 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
UNW_DPRINT        602 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
UNW_DPRINT        702 arch/ia64/kernel/unwind.c 	UNW_DPRINT(0, "unwind.%s: bad abreg=0x%x\n", __func__, abreg);
UNW_DPRINT        742 arch/ia64/kernel/unwind.c 	UNW_DPRINT(0, "unwind.%s: excess spill!\n",  __func__);
UNW_DPRINT        858 arch/ia64/kernel/unwind.c 		UNW_DPRINT(3, "unwind.%s: interrupt frame\n",  __func__);
UNW_DPRINT        861 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind%s: ignoring unwabi(abi=0x%x,context=0x%x)\n",
UNW_DPRINT       1349 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: script exceeds maximum size of %u instructions!\n",
UNW_DPRINT       1391 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: don't know how to emit nat info for where = %u\n",
UNW_DPRINT       1448 arch/ia64/kernel/unwind.c 				UNW_DPRINT(0, "unwind.%s: kernel may not touch f%lu\n",
UNW_DPRINT       1476 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind%s: register %u has unexpected `where' value of %u\n",
UNW_DPRINT       1550 arch/ia64/kernel/unwind.c 	UNW_DPRINT(3, "unwind.%s: ip 0x%lx\n", __func__, ip);
UNW_DPRINT       1553 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: failed to create unwind script\n",  __func__);
UNW_DPRINT       1586 arch/ia64/kernel/unwind.c 		UNW_DPRINT(1, "unwind.%s: no unwind info for ip=0x%lx (prev ip=0x%lx)\n",
UNW_DPRINT       1635 arch/ia64/kernel/unwind.c 		UNW_DPRINT(1, "unwind.%s: using default for rp at ip=0x%lx where=%d val=0x%lx\n",
UNW_DPRINT       1641 arch/ia64/kernel/unwind.c 	UNW_DPRINT(1, "unwind.%s: state record for func 0x%lx, t=%u:\n",
UNW_DPRINT       1645 arch/ia64/kernel/unwind.c 			UNW_DPRINT(1, "  %s <- ", unw.preg_name[r - sr.curr.reg]);
UNW_DPRINT       1647 arch/ia64/kernel/unwind.c 			      case UNW_WHERE_GR:     UNW_DPRINT(1, "r%lu", r->val); break;
UNW_DPRINT       1648 arch/ia64/kernel/unwind.c 			      case UNW_WHERE_FR:     UNW_DPRINT(1, "f%lu", r->val); break;
UNW_DPRINT       1649 arch/ia64/kernel/unwind.c 			      case UNW_WHERE_BR:     UNW_DPRINT(1, "b%lu", r->val); break;
UNW_DPRINT       1650 arch/ia64/kernel/unwind.c 			      case UNW_WHERE_SPREL:  UNW_DPRINT(1, "[sp+0x%lx]", r->val); break;
UNW_DPRINT       1651 arch/ia64/kernel/unwind.c 			      case UNW_WHERE_PSPREL: UNW_DPRINT(1, "[psp+0x%lx]", r->val); break;
UNW_DPRINT       1653 arch/ia64/kernel/unwind.c 				UNW_DPRINT(1, "%s+0x%lx", unw.preg_name[r - sr.curr.reg], r->val);
UNW_DPRINT       1657 arch/ia64/kernel/unwind.c 				UNW_DPRINT(1, "BADWHERE(%d)", r->where);
UNW_DPRINT       1660 arch/ia64/kernel/unwind.c 			UNW_DPRINT(1, "\t\t%d\n", r->when);
UNW_DPRINT       1763 arch/ia64/kernel/unwind.c 				UNW_DPRINT(0, "unwind.%s: no state->pt, dst=%ld, val=%ld\n",
UNW_DPRINT       1773 arch/ia64/kernel/unwind.c 				UNW_DPRINT(0, "unwind.%s: UNW_INSN_MOVE_CONST bad val=%ld\n",
UNW_DPRINT       1808 arch/ia64/kernel/unwind.c 				UNW_DPRINT(0, "unwind.%s: rejecting bad psp=0x%lx\n",
UNW_DPRINT       1843 arch/ia64/kernel/unwind.c 		UNW_DPRINT(1, "unwind.%s: rejecting bad ip=0x%lx\n", __func__, info->ip);
UNW_DPRINT       1854 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0,
UNW_DPRINT       1899 arch/ia64/kernel/unwind.c 		UNW_DPRINT(1, "unwind.%s: failed to locate return link (ip=0x%lx)!\n",
UNW_DPRINT       1907 arch/ia64/kernel/unwind.c 		UNW_DPRINT(2, "unwind.%s: reached user-space (ip=0x%lx)\n", __func__, ip);
UNW_DPRINT       1914 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: failed to locate ar.pfs!\n", __func__);
UNW_DPRINT       1930 arch/ia64/kernel/unwind.c 		UNW_DPRINT(3, "unwind.%s: interrupt_frame pt 0x%lx\n", __func__, info->pt);
UNW_DPRINT       1935 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: bsp (0x%lx) out of range [0x%lx-0x%lx]\n",
UNW_DPRINT       1944 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: sp (0x%lx) out of range [0x%lx-0x%lx]\n",
UNW_DPRINT       1951 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: ip, sp, bsp unchanged; stopping here (ip=0x%lx)\n",
UNW_DPRINT       1978 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: ran off the top of the kernel stack\n",
UNW_DPRINT       1987 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: failed to read "
UNW_DPRINT       1994 arch/ia64/kernel/unwind.c 	UNW_DPRINT(0, "unwind.%s: failed to unwind to user-level (ip=0x%lx)\n",
UNW_DPRINT       2039 arch/ia64/kernel/unwind.c 	UNW_DPRINT(3, "unwind.%s:\n"
UNW_DPRINT       2061 arch/ia64/kernel/unwind.c 	UNW_DPRINT(3, "unwind.%s:\n"
UNW_DPRINT       2076 arch/ia64/kernel/unwind.c 	UNW_DPRINT(1, "unwind.%s\n", __func__);
UNW_DPRINT       2105 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: ignoring attempt to insert empty unwind table\n",
UNW_DPRINT       2136 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: ignoring attempt to remove non-existent unwind table\n",
UNW_DPRINT       2143 arch/ia64/kernel/unwind.c 		UNW_DPRINT(0, "unwind.%s: sorry, freeing the kernel's unwind table is a "
UNW_DPRINT       2156 arch/ia64/kernel/unwind.c 			UNW_DPRINT(0, "unwind.%s: failed to find unwind table %p\n",