• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/

Lines Matching refs:hex2mem

218 static char *hex2mem(const char *buf, void *_mem, int count);
719 static char *hex2mem(const char *buf, void *_mem, int count)
782 } /* end hex2mem() */
1664 ptr = hex2mem(ptr, &temp, 4);
1667 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4);
1669 ptr = hex2mem(ptr, &temp, 4);
1671 ptr = hex2mem(ptr, &__debug_frame->gr29, 4);
1672 ptr = hex2mem(ptr, &__debug_frame->gr30, 4);
1674 ptr = hex2mem(ptr, &__debug_frame->gr31, 4);
1676 ptr = hex2mem(ptr, &temp, 4);
1680 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4);
1687 ptr = hex2mem(ptr, &__debug_frame->pc, 4);
1688 ptr = hex2mem(ptr, &__debug_frame->psr, 4);
1689 ptr = hex2mem(ptr, &__debug_frame->ccr, 4);
1690 ptr = hex2mem(ptr, &__debug_frame->cccr,4);
1693 ptr = hex2mem(ptr, &temp, 4);
1695 ptr = hex2mem(ptr, &temp, 4);
1697 ptr = hex2mem(ptr, &temp, 4);
1699 ptr = hex2mem(ptr, &temp, 4);
1701 ptr = hex2mem(ptr, &temp, 4);
1704 ptr = hex2mem(ptr, &__debug_frame->lr, 4);
1705 ptr = hex2mem(ptr, &__debug_frame->lcr, 4);
1707 ptr = hex2mem(ptr, &__debug_frame->iacc0, 8);
1709 ptr = hex2mem(ptr, &__debug_user_context->f.fsr[0], 4);
1712 ptr = hex2mem(ptr, &__debug_user_context->f.acc[loop], 4);
1714 ptr = hex2mem(ptr, &__debug_user_context->f.accg, 8);
1717 ptr = hex2mem(ptr, &__debug_user_context->f.msr[loop], 4);
1719 ptr = hex2mem(ptr, &__debug_frame->gner0, 4);
1720 ptr = hex2mem(ptr, &__debug_frame->gner1, 4);
1722 ptr = hex2mem(ptr, &__debug_user_context->f.fner[0], 4);
1723 ptr = hex2mem(ptr, &__debug_user_context->f.fner[1], 4);
1754 if (hex2mem(ptr, (char *)addr, length)) {