Home
last modified time | relevance | path

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

/linux-3.3/arch/mn10300/kernel/
Dgdb-low.S46 ENTRY(gdbstub_read_word)
Dgdb-stub.c807 if (gdbstub_read_word(mem, ch) != 0) in mem2hex()
827 if (gdbstub_read_word(mem, ch) != 0) in mem2hex()
/linux-3.3/arch/mn10300/include/asm/
Dgdb-stub.h121 extern asmlinkage int gdbstub_read_word(const u8 *, u8 *);
/linux-3.3/arch/frv/kernel/
Dgdb-stub.c547 static inline int gdbstub_read_word(const void *addr, uint16_t *_res) in gdbstub_read_word() function
681 if (!gdbstub_read_word(mem,(uint16_t *)ch)) in mem2hex()
701 if (!gdbstub_read_word(mem,(uint16_t *)ch)) in mem2hex()