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

/linux-4.4.14/arch/mn10300/kernel/
H A Dgdb-low.S46 ENTRY(gdbstub_read_word)
H A Dgdb-stub.c806 if (gdbstub_read_word(mem, ch) != 0) mem2hex()
826 if (gdbstub_read_word(mem, ch) != 0) mem2hex()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dgdb-stub.h121 extern asmlinkage int gdbstub_read_word(const u8 *, u8 *);
/linux-4.4.14/arch/frv/kernel/
H A Dgdb-stub.c546 static inline int gdbstub_read_word(const void *addr, uint16_t *_res) gdbstub_read_word() function
680 if (!gdbstub_read_word(mem,(uint16_t *)ch)) mem2hex()
700 if (!gdbstub_read_word(mem,(uint16_t *)ch)) mem2hex()

Completed in 131 milliseconds