Searched refs:hex2mem (Results 1 – 2 of 2) sorted by relevance
/arch/mn10300/kernel/ |
D | gdb-stub.c | 184 static const char *hex2mem(const char *buf, void *_mem, int count, 852 const char *hex2mem(const char *buf, void *_mem, int count, int may_fault) in hex2mem() function 1432 ptr = hex2mem(ptr, ®s->d0, 4, 0); in gdbstub() 1433 ptr = hex2mem(ptr, ®s->d1, 4, 0); in gdbstub() 1434 ptr = hex2mem(ptr, ®s->d2, 4, 0); in gdbstub() 1435 ptr = hex2mem(ptr, ®s->d3, 4, 0); in gdbstub() 1436 ptr = hex2mem(ptr, ®s->a0, 4, 0); in gdbstub() 1437 ptr = hex2mem(ptr, ®s->a1, 4, 0); in gdbstub() 1438 ptr = hex2mem(ptr, ®s->a2, 4, 0); in gdbstub() 1439 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 …]
|