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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dppc-stub.c108 mem2hex(char *mem, char *buf, int count) function
420 ptr = mem2hex((char *)&regs->nip, ptr, 4);
425 ptr = mem2hex(((char *)&regs) + SP_REGNUM*4, ptr, 4);
463 ptr = mem2hex((char *)regs, ptr, 32 * 4);
464 /*ptr = mem2hex((char *), ptr, 32 * 8);*/
470 ptr = mem2hex((char *)&regs->nip, ptr, 4);
471 ptr = mem2hex((char *)&regs->msr, ptr, 4);
472 ptr = mem2hex((char *)&regs->ccr, ptr, 4);
473 ptr = mem2hex((char *)&regs->link, ptr, 4);
474 ptr = mem2hex((cha
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dppc-stub.c105 mem2hex(char *mem, char *buf, int count) function
406 ptr = mem2hex((char *)&regs->nip, ptr, 4);
411 ptr = mem2hex(((char *)&regs) + SP_REGNUM*4, ptr, 4);
449 ptr = mem2hex((char *)regs, ptr, 32 * 4);
450 /*ptr = mem2hex((char *), ptr, 32 * 8);*/
456 ptr = mem2hex((char *)&regs->nip, ptr, 4);
457 ptr = mem2hex((char *)&regs->msr, ptr, 4);
458 ptr = mem2hex((char *)&regs->ccr, ptr, 4);
459 ptr = mem2hex((char *)&regs->link, ptr, 4);
460 ptr = mem2hex((cha
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsparc-stub.c318 mem2hex(char *mem, char *buf, int count) function
527 ptr = mem2hex((char *)&registers[PC], ptr, 4);
533 ptr = mem2hex((char *) (sp + 8 + 6), ptr, 4); /* FP */
539 ptr = mem2hex((char *)&sp, ptr, 4);
545 ptr = mem2hex((char *)&registers[NPC], ptr, 4);
551 ptr = mem2hex((char *)&registers[O7], ptr, 4);
579 ptr = mem2hex((char *)registers, ptr, 16 * 4);
581 ptr = mem2hex((char *) (sp + 0), ptr, 16 * 4);
585 mem2hex((char *)&registers[Y], (ptr + 32 * 4 * 2), (8 * 4));
630 if (mem2hex((cha
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dgdb-stub.c162 static unsigned char *mem2hex(char *mem, char *buf, int count, int may_fault);
305 static unsigned char *mem2hex(char *mem, char *buf, int count, int may_fault) function
629 ptr = mem2hex((char *)&regs->cp0_epc, ptr, 4, 0);
638 ptr = mem2hex((char *)&regs->reg30, ptr, 4, 0);
647 ptr = mem2hex((char *)&regs->reg29, ptr, 4, 0);
678 ptr = mem2hex((char *)&regs->reg0, ptr, 32*4, 0); /* r0...r31 */
679 ptr = mem2hex((char *)&regs->cp0_status, ptr, 6*4, 0); /* cp0 */
680 ptr = mem2hex((char *)&regs->fpr0, ptr, 32*4, 0); /* f0...31 */
681 ptr = mem2hex((char *)&regs->cp1_fsr, ptr, 2*4, 0); /* cp1 */
682 ptr = mem2hex((cha
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dgdb-stub.c104 static unsigned char *mem2hex(char *mem, char *buf, int count, int may_fault);
244 static unsigned char *mem2hex(char *mem, char *buf, int count, int may_fault) function
425 ptr= mem2hex((char *)regs,ptr,S390_REGS_COMMON_SIZE,FALSE);
426 ptr= mem2hex((char *)&regs->crs[0],ptr,NUM_CRS*CR_SIZE,FALSE);
427 ptr = mem2hex((char *)&regs->fp_regs, ptr,sizeof(s390_fp_regs),FALSE);
450 if (mem2hex((char *)addr, output_buffer, length, 1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dgdb-stub.c102 static unsigned char *mem2hex(char *mem, char *buf, int count, int may_fault);
242 static unsigned char *mem2hex(char *mem, char *buf, int count, int may_fault) function
429 ptr= mem2hex((char *)regs,ptr,sizeof(s390_regs_common),FALSE);
430 ptr= mem2hex((char *)&regs->crs[0],ptr,NUM_CRS*CR_SIZE,FALSE);
431 ptr = mem2hex((char *)&regs->fp_regs, ptr,sizeof(s390_fp_regs));
454 if (mem2hex((char *)addr, output_buffer, length, 1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dkgdb.c353 static char *mem2hex (char *buf, unsigned char *mem, int count);
772 mem2hex(char *buf, unsigned char *mem, int count) function
934 mem2hex(&remcomOutBuffer[1], (unsigned char *)str, length);
980 ptr = mem2hex(ptr, (unsigned char *)&reg_cont,
1047 mem2hex ((unsigned char *)remcomOutBuffer, (unsigned char *)&reg_g, sizeof(registers));
1049 mem2hex(remcomOutBuffer, (char *)&reg, sizeof(registers));
1125 mem2hex(remcomOutBuffer, addr, length);

Completed in 64 milliseconds