Home
last modified time | relevance | path

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

/arch/mn10300/kernel/
Dgdb-stub.c464 gdbstub_write_byte(step_bp[0].opcode[0], step_bp[0].addr + 0); in __gdbstub_restore_bp()
465 gdbstub_write_byte(step_bp[0].opcode[1], step_bp[0].addr + 1); in __gdbstub_restore_bp()
468 gdbstub_write_byte(step_bp[1].opcode[0], step_bp[1].addr + 0); in __gdbstub_restore_bp()
469 gdbstub_write_byte(step_bp[1].opcode[1], step_bp[1].addr + 1); in __gdbstub_restore_bp()
473 gdbstub_write_byte(step_bp[0].opcode[0], step_bp[0].addr + 0); in __gdbstub_restore_bp()
475 gdbstub_write_byte(step_bp[1].opcode[0], step_bp[1].addr + 0); in __gdbstub_restore_bp()
705 if (gdbstub_write_byte(0xF7, step_bp[0].addr + 0) < 0 || in gdbstub_single_step()
706 gdbstub_write_byte(0xF7, step_bp[0].addr + 1) < 0) in gdbstub_single_step()
709 if (gdbstub_write_byte(0xFF, step_bp[0].addr + 0) < 0) in gdbstub_single_step()
716 if (gdbstub_write_byte(0xF7, step_bp[1].addr + 0) < 0 || in gdbstub_single_step()
[all …]
Dgdb-low.S77 ENTRY(gdbstub_write_byte)
/arch/mn10300/include/asm/
Dgdb-stub.h123 extern asmlinkage int gdbstub_write_byte(u32, u8 *);
/arch/frv/kernel/
Dgdb-stub.c598 static inline int gdbstub_write_byte(void *addr, uint8_t val) in gdbstub_write_byte() function
736 if (!gdbstub_write_byte(mem,ch.b[0])) in hex2mem()
782 if (!gdbstub_write_byte(mem,ch.b[0])) in hex2mem()