Searched refs:gdbstub_write_byte (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/mn10300/kernel/
H A Dgdb-stub.c464 gdbstub_write_byte(step_bp[0].opcode[0], step_bp[0].addr + 0); __gdbstub_restore_bp()
465 gdbstub_write_byte(step_bp[0].opcode[1], step_bp[0].addr + 1); __gdbstub_restore_bp()
468 gdbstub_write_byte(step_bp[1].opcode[0], step_bp[1].addr + 0); __gdbstub_restore_bp()
469 gdbstub_write_byte(step_bp[1].opcode[1], step_bp[1].addr + 1); __gdbstub_restore_bp()
473 gdbstub_write_byte(step_bp[0].opcode[0], step_bp[0].addr + 0); __gdbstub_restore_bp()
475 gdbstub_write_byte(step_bp[1].opcode[0], step_bp[1].addr + 0); __gdbstub_restore_bp()
705 if (gdbstub_write_byte(0xF7, step_bp[0].addr + 0) < 0 || gdbstub_single_step()
706 gdbstub_write_byte(0xF7, step_bp[0].addr + 1) < 0) gdbstub_single_step()
709 if (gdbstub_write_byte(0xFF, step_bp[0].addr + 0) < 0) gdbstub_single_step()
716 if (gdbstub_write_byte(0xF7, step_bp[1].addr + 0) < 0 || gdbstub_single_step()
717 gdbstub_write_byte(0xF7, step_bp[1].addr + 1) < 0) gdbstub_single_step()
720 if (gdbstub_write_byte(0xFF, step_bp[1].addr + 0) < 0) gdbstub_single_step()
862 if (gdbstub_write_byte(ch.val, mem) != 0) hex2mem()
908 if (gdbstub_write_byte(ch.val, mem) != 0) hex2mem()
1108 if (gdbstub_write_byte(0xF7, &addr[loop]) < 0) gdbstub_set_breakpoint()
1112 if (gdbstub_write_byte(0xFF, &addr[loop]) < 0) gdbstub_set_breakpoint()
1136 gdbstub_write_byte(gdbstub_bkpts[bkpt].origbytes[xloop], gdbstub_set_breakpoint()
1166 if (gdbstub_write_byte(gdbstub_bkpts[bkpt].origbytes[loop], gdbstub_clear_breakpoint()
H A Dgdb-low.S77 ENTRY(gdbstub_write_byte)
/linux-4.4.14/arch/mn10300/include/asm/
H A Dgdb-stub.h123 extern asmlinkage int gdbstub_write_byte(u32, u8 *);
/linux-4.4.14/arch/frv/kernel/
H A Dgdb-stub.c598 static inline int gdbstub_write_byte(void *addr, uint8_t val) gdbstub_write_byte() function
736 if (!gdbstub_write_byte(mem,ch.b[0])) hex2mem()
782 if (!gdbstub_write_byte(mem,ch.b[0])) hex2mem()

Completed in 75 milliseconds