• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/

Lines Matching refs:mem2hex

217 static unsigned char *mem2hex(const void *mem, char *buf, int count, int may_fault);
626 mem2hex(p, outbuf + qty, 2, 0);
661 static unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault)
712 } /* end mem2hex() */
1473 ptr = mem2hex(title, ptr, sizeof(title) - 1,0);
1492 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);
1509 ptr = mem2hex(&__debug_frame->pc, ptr, 4, 0);
1517 ptr = mem2hex(&__debug_frame->fp, ptr, 4, 0);
1525 ptr = mem2hex(&__debug_frame->sp, ptr, 4, 0);
1585 ptr = mem2hex(&zero, ptr, 4, 0);
1588 ptr = mem2hex(&__debug_user_context->i.gr[loop], ptr, 4, 0);
1590 ptr = mem2hex(&temp, ptr, 4, 0);
1591 ptr = mem2hex(&__debug_user_context->i.gr[29], ptr, 4, 0);
1592 ptr = mem2hex(&__debug_user_context->i.gr[30], ptr, 4, 0);
1594 ptr = mem2hex(&__debug_user_context->i.gr[31], ptr, 4, 0);
1597 ptr = mem2hex(&temp, ptr, 4, 0);
1601 ptr = mem2hex(&__debug_user_context->i.gr[loop], ptr, 4, 0);
1605 ptr = mem2hex(&__debug_user_context->f.fr[loop], ptr, 4, 0);
1608 ptr = mem2hex(&__debug_frame->pc, ptr, 4, 0);
1609 ptr = mem2hex(&__debug_frame->psr, ptr, 4, 0);
1610 ptr = mem2hex(&__debug_frame->ccr, ptr, 4, 0);
1611 ptr = mem2hex(&__debug_frame->cccr, ptr, 4, 0);
1612 ptr = mem2hex(&zero, ptr, 4, 0);
1613 ptr = mem2hex(&zero, ptr, 4, 0);
1614 ptr = mem2hex(&zero, ptr, 4, 0);
1615 ptr = mem2hex(&__debug_frame->tbr, ptr, 4, 0);
1616 ptr = mem2hex(&__debug_status.brr , ptr, 4, 0);
1619 ptr = mem2hex(&dbar, ptr, 4, 0);
1621 ptr = mem2hex(&dbar, ptr, 4, 0);
1623 ptr = mem2hex(&dbar, ptr, 4, 0);
1625 ptr = mem2hex(&dbar, ptr, 4, 0);
1628 ptr = mem2hex(&dbar, ptr, 4, 0);
1630 ptr = mem2hex(&dbar, ptr, 4, 0);
1632 ptr = mem2hex(&dbar, ptr, 4, 0);
1634 ptr = mem2hex(&dbar, ptr, 4, 0);
1636 ptr = mem2hex(&__debug_frame->lr, ptr, 4, 0);
1637 ptr = mem2hex(&__debug_frame->lcr, ptr, 4, 0);
1639 ptr = mem2hex(&__debug_frame->iacc0, ptr, 8, 0);
1641 ptr = mem2hex(&__debug_user_context->f.fsr[0], ptr, 4, 0);
1644 ptr = mem2hex(&__debug_user_context->f.acc[loop], ptr, 4, 0);
1646 ptr = mem2hex(&__debug_user_context->f.accg, ptr, 8, 0);
1649 ptr = mem2hex(&__debug_user_context->f.msr[loop], ptr, 4, 0);
1651 ptr = mem2hex(&__debug_frame->gner0, ptr, 4, 0);
1652 ptr = mem2hex(&__debug_frame->gner1, ptr, 4, 0);
1654 ptr = mem2hex(&__debug_user_context->f.fner[0], ptr, 4, 0);
1655 ptr = mem2hex(&__debug_user_context->f.fner[1], ptr, 4, 0);
1684 ptr = mem2hex(&__debug_user_context->f.fr[loop], ptr, 4, 0);
1736 if (mem2hex((char *)addr, output_buffer, length, 1))