Searched refs:hex2mem (Results 1 – 4 of 4) sorted by relevance
/arch/mn10300/kernel/ |
D | gdb-stub.c | 183 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, ®s->d0, 4, 0); in gdbstub() 1432 ptr = hex2mem(ptr, ®s->d1, 4, 0); in gdbstub() 1433 ptr = hex2mem(ptr, ®s->d2, 4, 0); in gdbstub() 1434 ptr = hex2mem(ptr, ®s->d3, 4, 0); in gdbstub() 1435 ptr = hex2mem(ptr, ®s->a0, 4, 0); in gdbstub() 1436 ptr = hex2mem(ptr, ®s->a1, 4, 0); in gdbstub() 1437 ptr = hex2mem(ptr, ®s->a2, 4, 0); in gdbstub() 1438 ptr = hex2mem(ptr, ®s->a3, 4, 0); in gdbstub() [all …]
|
/arch/frv/kernel/ |
D | gdb-stub.c | 217 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/ |
D | kgdb.c | 462 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/ |
D | kgdb.c | 398 static unsigned char *hex2mem(unsigned char *mem, char *buf, int count); 550 hex2mem((unsigned char *)®.r0 + (regno - R0) * sizeof(unsigned int), in write_register() 560 hex2mem((unsigned char *)®.pid, val, sizeof(unsigned int)); in write_register() 564 hex2mem((unsigned char *)®.srs, val, sizeof(unsigned char)); in write_register() 568 hex2mem((unsigned char *)®.exs + (regno - EXS) * sizeof(unsigned int), in write_register() 577 …hex2mem((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 *)®, &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()
|