Home
last modified time | relevance | path

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

/arch/mn10300/kernel/
Dgdb-stub.c181 static unsigned char *mem2hex(const void *mem, char *buf, int count,
752 mem2hex(p, outbuf + qty, 2, 0); in gdbstub_console_write()
755 mem2hex(gdbstub_cr, outbuf + qty, 2, 0); in gdbstub_console_write()
792 unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) in mem2hex() function
1249 ptr = mem2hex(trans_buffer, ptr, length, 0); in gdbstub()
1272 ptr = mem2hex(title, ptr, sizeof(title) - 1, 0); in gdbstub()
1283 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub()
1290 ptr = mem2hex(tbcberr, ptr, sizeof(tbcberr) - 1, 0); in gdbstub()
1309 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub()
1330 ptr = mem2hex(&regs->pc, ptr, 4, 0); in gdbstub()
[all …]
/arch/frv/kernel/
Dgdb-stub.c216 static unsigned char *mem2hex(const void *mem, char *buf, int count, int may_fault);
625 mem2hex(p, outbuf + qty, 2, 0); in __gdbstub_console_write()
666 static unsigned char *mem2hex(const void *_mem, char *buf, int count, int may_fault) in mem2hex() function
1497 ptr = mem2hex(title, ptr, sizeof(title) - 1,0); in gdbstub()
1516 ptr = mem2hex(crlf, ptr, sizeof(crlf) - 1, 0); in gdbstub()
1533 ptr = mem2hex(&__debug_frame->pc, ptr, 4, 0); in gdbstub()
1541 ptr = mem2hex(&__debug_frame->fp, ptr, 4, 0); in gdbstub()
1549 ptr = mem2hex(&__debug_frame->sp, ptr, 4, 0); in gdbstub()
1609 ptr = mem2hex(&zero, ptr, 4, 0); in gdbstub()
1612 ptr = mem2hex(&__debug_user_context->i.gr[loop], ptr, 4, 0); in gdbstub()
[all …]
/arch/cris/arch-v32/kernel/
Dkgdb.c390 static char *mem2hex(char *buf, unsigned char *mem, int count);
638 mem2hex(char *buf, unsigned char *mem, int count) in mem2hex() function
814 mem2hex(&output_buffer[1], (unsigned char *)str, len); in putDebugString()
950 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[PC]); in stub_is_stopped()
956 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[R8]); in stub_is_stopped()
962 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[SP]); in stub_is_stopped()
969 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[ERP]); in stub_is_stopped()
1266 buf = mem2hex(output_buffer, (char *)&reg, sizeof(registers)); in handle_exception()
1269 mem2hex(buf, in handle_exception()
1346 mem2hex(output_buffer, addr, len); in handle_exception()
/arch/cris/arch-v10/kernel/
Dkgdb.c423 mem2hex(char *buf, unsigned char *mem, int count) in mem2hex() function
569 mem2hex(&remcomOutBuffer[1], (unsigned char *)str, length); in putDebugString()
690 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, in stub_is_stopped()
731 mem2hex(remcomOutBuffer, (char *)&cris_reg, sizeof(registers)); in handle_exception()
796 mem2hex(remcomOutBuffer, addr, length); in handle_exception()