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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc-stub.c165 hex2mem(char *buf, char *mem, int count) function
581 hex2mem(ptr, (char *)regs, 32 * 4);
583 /*ptr = hex2mem(ptr, ??, 32 * 8);*/
587 ptr = hex2mem(ptr, (char *)&regs->nip, 4);
588 ptr = hex2mem(ptr, (char *)&regs->msr, 4);
589 ptr = hex2mem(ptr, (char *)&regs->ccr, 4);
590 ptr = hex2mem(ptr, (char *)&regs->link, 4);
591 ptr = hex2mem(ptr, (char *)&regs->ctr, 4);
592 ptr = hex2mem(ptr, (char *)&regs->xer, 4);
626 if (hex2mem(pt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-stub.c347 static char *hex2mem(char *buf, char *mem, int count, int binary, int may_fault) function
863 hex2mem(ptr, (char *)&regs->reg0, 32*sizeof(long), 0, 0);
865 hex2mem(ptr, (char *)&regs->cp0_status, 6*sizeof(long), 0, 0);
867 hex2mem(ptr, (char *)&regs->fpr0, 32*sizeof(long), 0, 0);
869 hex2mem(ptr, (char *)&regs->cp1_fsr, 2*sizeof(long), 0, 0);
871 hex2mem(ptr, (char *)&regs->frame_ptr, 2*sizeof(long), 0, 0);
873 hex2mem(ptr, (char *)&regs->cp0_index, 16*sizeof(long), 0, 0);
911 if (hex2mem(ptr, (char *)addr, length, bflag, 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-stub.c220 static char *hex2mem(const char *buf, void *_mem, int count);
737 static char *hex2mem(const char *buf, void *_mem, int count) function
800 } /* end hex2mem() */
1648 ptr = hex2mem(ptr, &temp, 4);
1651 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4);
1653 ptr = hex2mem(ptr, &temp, 4);
1655 ptr = hex2mem(ptr, &__debug_frame->gr29, 4);
1656 ptr = hex2mem(ptr, &__debug_frame->gr30, 4);
1658 ptr = hex2mem(ptr, &__debug_frame->gr31, 4);
1660 ptr = hex2mem(pt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c348 hex2mem(char *buf, char *mem, int count) function
591 hex2mem(ptr, (char *)registers, 16 * 4);
593 hex2mem(ptr + 16 * 4 * 2, (char *) (sp + 0), 16 * 4);
595 hex2mem(ptr + 64 * 4 * 2, (char *)&registers[Y], 8 * 4);
642 if (hex2mem(ptr, (char *)addr, length)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dkgdb.c267 static unsigned char *hex2mem (unsigned char *mem, char *buf, int count);
540 hex2mem ((unsigned char *)current_reg + regno * sizeof(unsigned int),
550 hex2mem ((unsigned char *)&(current_reg->ccr) + (regno-CCR) * sizeof(unsigned short),
555 hex2mem ((unsigned char *)&(current_reg->ibr) + (regno-IBR) * sizeof(unsigned int),
575 hex2mem ((unsigned char *)&val, valptr, sizeof(unsigned int));
703 hex2mem (unsigned char *mem, char *buf, int count) function
963 hex2mem ((unsigned char *)&reg_g, &remcomInBuffer[1], sizeof(registers));
971 hex2mem((char *)&reg, &remcomInBuffer[1], sizeof(registers));
1052 hex2mem(addr, dataptr + 1, length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dkgdb.c328 static unsigned char *hex2mem(unsigned char *mem, char *buf, int count);
479 hex2mem((unsigned char *)&reg.r0 + (regno - R0) * sizeof(unsigned int),
489 hex2mem((unsigned char *)&reg.pid, val, sizeof(unsigned int));
493 hex2mem((unsigned char *)&reg.srs, val, sizeof(unsigned char));
497 hex2mem((unsigned char *)&reg.exs + (regno - EXS) * sizeof(unsigned int),
506 hex2mem((unsigned char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned int), val, sizeof(unsigned int));
643 hex2mem(unsigned char *mem, char *buf, int count) function
1260 hex2mem((char *)&reg, &input_buffer[1], sizeof(registers));
1262 hex2mem((char *)&sreg + (reg.srs * 16 * sizeof(unsigned int)),
1343 hex2mem(add
[all...]

Completed in 82 milliseconds