Home
last modified time | relevance | path

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

/arch/mn10300/kernel/
Dgdb-stub.c183 static const char *hex2mem(const char *buf, void *_mem, int count,
851 const char *hex2mem(const char *buf, void *_mem, int count, int may_fault) in hex2mem() function
1431 ptr = hex2mem(ptr, &regs->d0, 4, 0); in gdbstub()
1432 ptr = hex2mem(ptr, &regs->d1, 4, 0); in gdbstub()
1433 ptr = hex2mem(ptr, &regs->d2, 4, 0); in gdbstub()
1434 ptr = hex2mem(ptr, &regs->d3, 4, 0); in gdbstub()
1435 ptr = hex2mem(ptr, &regs->a0, 4, 0); in gdbstub()
1436 ptr = hex2mem(ptr, &regs->a1, 4, 0); in gdbstub()
1437 ptr = hex2mem(ptr, &regs->a2, 4, 0); in gdbstub()
1438 ptr = hex2mem(ptr, &regs->a3, 4, 0); in gdbstub()
[all …]
/arch/frv/kernel/
Dgdb-stub.c217 static char *hex2mem(const char *buf, void *_mem, int count);
724 static char *hex2mem(const char *buf, void *_mem, int count) in hex2mem() function
1688 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1691 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4); in gdbstub()
1693 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1695 ptr = hex2mem(ptr, &__debug_frame->gr29, 4); in gdbstub()
1696 ptr = hex2mem(ptr, &__debug_frame->gr30, 4); in gdbstub()
1698 ptr = hex2mem(ptr, &__debug_frame->gr31, 4); in gdbstub()
1700 ptr = hex2mem(ptr, &temp, 4); in gdbstub()
1704 ptr = hex2mem(ptr, &__debug_user_context->i.gr[loop], 4); in gdbstub()
[all …]
/arch/cris/arch-v10/kernel/
Dkgdb.c462 hex2mem (unsigned char *mem, char *buf, int count) in hex2mem() function
611 hex2mem ((unsigned char *)current_reg + regno * sizeof(unsigned int), in write_register()
621 hex2mem ((unsigned char *)&(current_reg->ccr) + (regno-CCR) * sizeof(unsigned short), in write_register()
626 hex2mem ((unsigned char *)&(current_reg->ibr) + (regno-IBR) * sizeof(unsigned int), in write_register()
763 hex2mem((char *)&cris_reg, &remcomInBuffer[1], sizeof(registers)); in handle_exception()
838 hex2mem(addr, dataptr + 1, length); in handle_exception()
/arch/cris/arch-v32/kernel/
Dkgdb.c398 static unsigned char *hex2mem(unsigned char *mem, char *buf, int count);
550 hex2mem((unsigned char *)&reg.r0 + (regno - R0) * sizeof(unsigned int), in write_register()
560 hex2mem((unsigned char *)&reg.pid, val, sizeof(unsigned int)); in write_register()
564 hex2mem((unsigned char *)&reg.srs, val, sizeof(unsigned char)); in write_register()
568 hex2mem((unsigned char *)&reg.exs + (regno - EXS) * sizeof(unsigned int), in write_register()
577hex2mem((unsigned char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeo… in write_register()
696 hex2mem(unsigned char *mem, char *buf, int count) in hex2mem() function
1309 hex2mem((char *)&reg, &input_buffer[1], sizeof(registers)); in handle_exception()
1311 hex2mem((char *)&sreg + (reg.srs * 16 * sizeof(unsigned int)), in handle_exception()
1392 hex2mem(addr, dataptr + 1, len); in handle_exception()