• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/

Lines Matching defs:UNW_DPRINT

62 #  define UNW_DPRINT(n, ...)  if (UNW_DEBUG_ON(n)) printk(__VA_ARGS__)
67 # define UNW_DPRINT(n, ...)
260 UNW_DPRINT(0, "unwind.%s: bad scratch reg r%lu\n", __FUNCTION__, reg);
271 UNW_DPRINT(0, "unwind.%s: bad unwind info: resetting info->pt\n", __FUNCTION__);
277 UNW_DPRINT(3, "unwind.%s: sp 0x%lx pt 0x%lx\n", __FUNCTION__, info->sp, info->pt);
296 UNW_DPRINT(0, "unwind.%s: trying to access non-existent r%u\n",
342 UNW_DPRINT(0, "unwind.%s: %p outside of regstk "
376 UNW_DPRINT(0, "unwind.%s: ignoring attempt to access register outside "
387 UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
429 UNW_DPRINT(0, "unwind.%s: trying to access non-existent b%u\n",
435 UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
452 UNW_DPRINT(0, "unwind.%s: trying to access non-existent f%u\n",
484 UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
574 UNW_DPRINT(0, "unwind.%s: trying to access non-existent ar%u\n",
581 UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
602 UNW_DPRINT(0, "unwind.%s: ignoring attempt to write read-only location\n",
704 UNW_DPRINT(0, "unwind.%s: bad abreg=0x%x\n", __FUNCTION__, abreg);
744 UNW_DPRINT(0, "unwind.%s: excess spill!\n", __FUNCTION__);
860 UNW_DPRINT(3, "unwind.%s: interrupt frame\n", __FUNCTION__);
863 UNW_DPRINT(0, "unwind%s: ignoring unwabi(abi=0x%x,context=0x%x)\n",
1352 UNW_DPRINT(0, "unwind.%s: script exceeds maximum size of %u instructions!\n",
1394 UNW_DPRINT(0, "unwind.%s: don't know how to emit nat info for where = %u\n",
1451 UNW_DPRINT(0, "unwind.%s: kernel may not touch f%lu\n",
1479 UNW_DPRINT(0, "unwind%s: register %u has unexpected `where' value of %u\n",
1553 UNW_DPRINT(3, "unwind.%s: ip 0x%lx\n", __FUNCTION__, ip);
1556 UNW_DPRINT(0, "unwind.%s: failed to create unwind script\n", __FUNCTION__);
1574 UNW_DPRINT(1, "unwind.%s: no unwind info for ip=0x%lx (prev ip=0x%lx)\n",
1623 UNW_DPRINT(1, "unwind.%s: using default for rp at ip=0x%lx where=%d val=0x%lx\n",
1629 UNW_DPRINT(1, "unwind.%s: state record for func 0x%lx, t=%u:\n",
1633 UNW_DPRINT(1, " %s <- ", unw.preg_name[r - sr.curr.reg]);
1635 case UNW_WHERE_GR: UNW_DPRINT(1, "r%lu", r->val); break;
1636 case UNW_WHERE_FR: UNW_DPRINT(1, "f%lu", r->val); break;
1637 case UNW_WHERE_BR: UNW_DPRINT(1, "b%lu", r->val); break;
1638 case UNW_WHERE_SPREL: UNW_DPRINT(1, "[sp+0x%lx]", r->val); break;
1639 case UNW_WHERE_PSPREL: UNW_DPRINT(1, "[psp+0x%lx]", r->val); break;
1641 UNW_DPRINT(1, "%s+0x%lx", unw.preg_name[r - sr.curr.reg], r->val);
1645 UNW_DPRINT(1, "BADWHERE(%d)", r->where);
1648 UNW_DPRINT(1, "\t\t%d\n", r->when);
1751 UNW_DPRINT(0, "unwind.%s: no state->pt, dst=%ld, val=%ld\n",
1761 UNW_DPRINT(0, "unwind.%s: UNW_INSN_MOVE_CONST bad val=%ld\n",
1796 UNW_DPRINT(0, "unwind.%s: rejecting bad psp=0x%lx\n",
1830 UNW_DPRINT(1, "unwind.%s: rejecting bad ip=0x%lx\n", __FUNCTION__, info->ip);
1841 UNW_DPRINT(0,
1885 UNW_DPRINT(1, "unwind.%s: failed to locate return link (ip=0x%lx)!\n",
1893 UNW_DPRINT(2, "unwind.%s: reached user-space (ip=0x%lx)\n", __FUNCTION__, ip);
1900 UNW_DPRINT(0, "unwind.%s: failed to locate ar.pfs!\n", __FUNCTION__);
1916 UNW_DPRINT(3, "unwind.%s: interrupt_frame pt 0x%lx\n", __FUNCTION__, info->pt);
1921 UNW_DPRINT(0, "unwind.%s: bsp (0x%lx) out of range [0x%lx-0x%lx]\n",
1930 UNW_DPRINT(0, "unwind.%s: sp (0x%lx) out of range [0x%lx-0x%lx]\n",
1937 UNW_DPRINT(0, "unwind.%s: ip, sp, bsp unchanged; stopping here (ip=0x%lx)\n",
1964 UNW_DPRINT(0, "unwind.%s: ran off the top of the kernel stack\n",
1973 UNW_DPRINT(0, "unwind.%s: failed to read "
1980 UNW_DPRINT(0, "unwind.%s: failed to unwind to user-level (ip=0x%lx)\n",
2025 UNW_DPRINT(3, "unwind.%s:\n"
2047 UNW_DPRINT(3, "unwind.%s:\n"
2062 UNW_DPRINT(1, "unwind.%s\n", __FUNCTION__);
2091 UNW_DPRINT(0, "unwind.%s: ignoring attempt to insert empty unwind table\n",
2122 UNW_DPRINT(0, "unwind.%s: ignoring attempt to remove non-existent unwind table\n",
2129 UNW_DPRINT(0, "unwind.%s: sorry, freeing the kernel's unwind table is a "
2142 UNW_DPRINT(0, "unwind.%s: failed to find unwind table %p\n",