Searched refs:mem2hex (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c312 mem2hex(char *mem, char *buf, int count) function
521 ptr = mem2hex((char *)&registers[PC], ptr, 4);
527 ptr = mem2hex((char *) (sp + 8 + 6), ptr, 4); /* FP */
533 ptr = mem2hex((char *)&sp, ptr, 4);
539 ptr = mem2hex((char *)&registers[NPC], ptr, 4);
545 ptr = mem2hex((char *)&registers[O7], ptr, 4);
573 ptr = mem2hex((char *)registers, ptr, 16 * 4);
575 ptr = mem2hex((char *) (sp + 0), ptr, 16 * 4);
579 mem2hex((char *)&registers[Y], (ptr + 32 * 4 * 2), (8 * 4));
624 if (mem2hex((cha
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-stub.c171 static unsigned char *mem2hex(char *mem, char *buf, int count, int may_fault);
325 static unsigned char *mem2hex(char *mem, char *buf, int count, int may_fault) function
792 ptr = mem2hex((char *)&regs->cp0_epc, ptr, sizeof(long), 0);
801 ptr = mem2hex((char *)&regs->reg30, ptr, sizeof(long), 0);
810 ptr = mem2hex((char *)&regs->reg29, ptr, sizeof(long), 0);
849 ptr = mem2hex((char *)&regs->reg0, ptr, 32*sizeof(long), 0); /* r0...r31 */
850 ptr = mem2hex((char *)&regs->cp0_status, ptr, 6*sizeof(long), 0); /* cp0 */
851 ptr = mem2hex((char *)&regs->fpr0, ptr, 32*sizeof(long), 0); /* f0...31 */
852 ptr = mem2hex((char *)&regs->cp1_fsr, ptr, 2*sizeof(long), 0); /* cp1 */
853 ptr = mem2hex((cha
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc-stub.c111 mem2hex(const char *mem, char *buf, int count) function
511 ptr = mem2hex((char *)&regs->nip, ptr, 4);
516 ptr = mem2hex(((char *)regs) + SP_REGNUM*4, ptr, 4);
555 ptr = mem2hex((char *)regs, ptr, 32 * 4);
556 /*ptr = mem2hex((char *), ptr, 32 * 8);*/
562 ptr = mem2hex((char *)&regs->nip, ptr, 4);
563 ptr = mem2hex((char *)&regs->msr, ptr, 4);
564 ptr = mem2hex((char *)&regs->ccr, ptr, 4);
565 ptr = mem2hex((char *)&regs->link, ptr, 4);
566 ptr = mem2hex((cha
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c219 static unsigned char *mem2hex(const void *mem, char *buf, int count, int may_fault);
628 mem2hex(p, outbuf + qty, 2, 0);
669 static unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) function
730 } /* end mem2hex() */
1453 ptr = mem2hex(title, ptr, sizeof(title) - 1,0);
1472 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0);
1491 ptr = mem2hex(&__debug_frame->pc, ptr, 4, 0);
1500 ptr = mem2hex(&__debug_frame->fp, ptr, 4, 0);
1509 ptr = mem2hex(&__debug_frame->sp, ptr, 4, 0);
1569 ptr = mem2hex(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dkgdb.c262 static char *mem2hex (char *buf, unsigned char *mem, int count);
675 mem2hex(char *buf, unsigned char *mem, int count) function
837 mem2hex(&remcomOutBuffer[1], (unsigned char *)str, length);
883 ptr = mem2hex(ptr, (unsigned char *)&reg_cont,
950 mem2hex ((unsigned char *)remcomOutBuffer, (unsigned char *)&reg_g, sizeof(registers));
952 mem2hex(remcomOutBuffer, (char *)&reg, sizeof(registers));
1028 mem2hex(remcomOutBuffer, addr, length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb.c323 static char *mem2hex(char *buf, unsigned char *mem, int count);
596 mem2hex(char *buf, unsigned char *mem, int count) function
620 /* Same as mem2hex, but puts it in network byte order. */
790 mem2hex(&output_buffer[1], (unsigned char *)str, len);
927 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[PC]);
934 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[R8]);
941 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[SP]);
949 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[ERP]);
1246 buf = mem2hex(output_buffer, (char *)&reg, sizeof(registers));
1248 /* -1 because of the null termination that mem2hex add
[all...]

Completed in 82 milliseconds