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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c184 static const char *hex2mem(const char *buf, void *_mem, int count,
854 const char *hex2mem(const char *buf, void *_mem, int count, int may_fault) function
1432 ptr = hex2mem(ptr, &regs->d0, 4, 0);
1433 ptr = hex2mem(ptr, &regs->d1, 4, 0);
1434 ptr = hex2mem(ptr, &regs->d2, 4, 0);
1435 ptr = hex2mem(ptr, &regs->d3, 4, 0);
1436 ptr = hex2mem(ptr, &regs->a0, 4, 0);
1437 ptr = hex2mem(ptr, &regs->a1, 4, 0);
1438 ptr = hex2mem(ptr, &regs->a2, 4, 0);
1439 ptr = hex2mem(pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-stub.c218 static char *hex2mem(const char *buf, void *_mem, int count);
719 static char *hex2mem(const char *buf, void *_mem, int count) function
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(pt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dkgdb.c201 static unsigned char *hex2mem (unsigned char *mem, char *buf, int count);
471 hex2mem ((unsigned char *)current_reg + regno * sizeof(unsigned int),
481 hex2mem ((unsigned char *)&(current_reg->ccr) + (regno-CCR) * sizeof(unsigned short),
486 hex2mem ((unsigned char *)&(current_reg->ibr) + (regno-IBR) * sizeof(unsigned int),
506 hex2mem ((unsigned char *)&val, valptr, sizeof(unsigned int));
617 hex2mem (unsigned char *mem, char *buf, int count) function
874 hex2mem ((unsigned char *)&reg_g, &remcomInBuffer[1], sizeof(registers));
882 hex2mem((char *)&reg, &remcomInBuffer[1], sizeof(registers));
963 hex2mem(addr, dataptr + 1, length);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dkgdb.c320 static unsigned char *hex2mem(unsigned char *mem, char *buf, int count);
468 hex2mem((unsigned char *)&reg.r0 + (regno - R0) * sizeof(unsigned int),
478 hex2mem((unsigned char *)&reg.pid, val, sizeof(unsigned int));
482 hex2mem((unsigned char *)&reg.srs, val, sizeof(unsigned char));
486 hex2mem((unsigned char *)&reg.exs + (regno - EXS) * sizeof(unsigned int),
495 hex2mem((unsigned char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned int), val, sizeof(unsigned int));
614 hex2mem(unsigned char *mem, char *buf, int count) function
1226 hex2mem((char *)&reg, &input_buffer[1], sizeof(registers));
1228 hex2mem((char *)&sreg + (reg.srs * 16 * sizeof(unsigned int)),
1309 hex2mem(add
[all...]

Completed in 76 milliseconds