Home
last modified time | relevance | path

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

/arch/mn10300/kernel/
Dgdb-stub.c452 if (gdbstub_read_byte(addr + 0, &step_bp[ix].opcode[0]) < 0 || in __gdbstub_mark_bp()
453 gdbstub_read_byte(addr + 1, &step_bp[ix].opcode[1]) < 0) in __gdbstub_mark_bp()
507 if (gdbstub_read_byte(pc, &cur) < 0) in gdbstub_single_step()
522 if (gdbstub_read_byte(pc + 1, (u8 *) &x) < 0) in gdbstub_single_step()
550 if (gdbstub_read_byte(pc + 1, ((u8 *) &x) + 0) < 0 || in gdbstub_single_step()
551 gdbstub_read_byte(pc + 2, ((u8 *) &x) + 1) < 0) in gdbstub_single_step()
560 if (gdbstub_read_byte(pc + 1, ((u8 *) &x) + 0) < 0 || in gdbstub_single_step()
561 gdbstub_read_byte(pc + 2, ((u8 *) &x) + 1) < 0 || in gdbstub_single_step()
562 gdbstub_read_byte(pc + 3, ((u8 *) &x) + 2) < 0 || in gdbstub_single_step()
563 gdbstub_read_byte(pc + 4, ((u8 *) &x) + 3) < 0) in gdbstub_single_step()
[all …]
Dgdb-low.S34 ENTRY(gdbstub_read_byte)
/arch/mn10300/include/asm/
Dgdb-stub.h120 extern asmlinkage int gdbstub_read_byte(const u8 *, u8 *);
/arch/frv/kernel/
Dgdb-stub.c580 static inline int gdbstub_read_byte(const void *addr, uint8_t *_res) in gdbstub_read_byte() function
672 if (!gdbstub_read_byte(mem,ch)) in mem2hex()
709 if (!gdbstub_read_byte(mem,ch)) in mem2hex()