Home
last modified time | relevance | path

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

/linux-3.4.99/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 …]
/linux-3.4.99/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 …]
/linux-3.4.99/arch/cris/arch-v32/kernel/
Dkgdb.c407 static char *mem2hex(char *buf, unsigned char *mem, int count);
665 mem2hex(char *buf, unsigned char *mem, int count) in mem2hex() function
857 mem2hex(&output_buffer[1], (unsigned char *)str, len); in putDebugString()
993 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[PC]); in stub_is_stopped()
999 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[R8]); in stub_is_stopped()
1005 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[SP]); in stub_is_stopped()
1012 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, register_size[ERP]); in stub_is_stopped()
1309 buf = mem2hex(output_buffer, (char *)&reg, sizeof(registers)); in handle_exception()
1312 mem2hex(buf, in handle_exception()
1382 mem2hex(output_buffer, addr, len); in handle_exception()
/linux-3.4.99/arch/cris/arch-v10/kernel/
Dkgdb.c287 static char *mem2hex (char *buf, unsigned char *mem, int count);
682 mem2hex(char *buf, unsigned char *mem, int count) in mem2hex() function
844 mem2hex(&remcomOutBuffer[1], (unsigned char *)str, length); in putDebugString()
887 ptr = mem2hex(ptr, (unsigned char *)&reg_cont, in stub_is_stopped()
954 mem2hex ((unsigned char *)remcomOutBuffer, (unsigned char *)&reg_g, sizeof(registers)); in handle_exception()
956 mem2hex(remcomOutBuffer, (char *)&reg, sizeof(registers)); in handle_exception()
1032 mem2hex(remcomOutBuffer, addr, length); in handle_exception()