Home
last modified time | relevance | path

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

/arch/mn10300/kernel/
Dgdb-stub.c184 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, &regs->d0, 4, 0); in gdbstub()
1433 ptr = hex2mem(ptr, &regs->d1, 4, 0); in gdbstub()
1434 ptr = hex2mem(ptr, &regs->d2, 4, 0); in gdbstub()
1435 ptr = hex2mem(ptr, &regs->d3, 4, 0); in gdbstub()
1436 ptr = hex2mem(ptr, &regs->a0, 4, 0); in gdbstub()
1437 ptr = hex2mem(ptr, &regs->a1, 4, 0); in gdbstub()
1438 ptr = hex2mem(ptr, &regs->a2, 4, 0); in gdbstub()
1439 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 …]