Searched refs:gdbstub_write_byte (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/arch/mn10300/kernel/ | 
| D | gdb-stub.c | 464 		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 …] 
 | 
| D | gdb-low.S | 77 ENTRY(gdbstub_write_byte)
  | 
| /linux-4.1.27/arch/mn10300/include/asm/ | 
| D | gdb-stub.h | 123 extern asmlinkage int  gdbstub_write_byte(u32, u8 *);
  | 
| /linux-4.1.27/arch/frv/kernel/ | 
| D | gdb-stub.c | 598 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()
  |