Home
last modified time | relevance | path

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

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