Searched refs:m68k_semihost3 (Results 1 – 3 of 3) sorted by relevance
47 return m68k_semihost3(HOSTED_WRITE, fd, (uintptr_t) buf, count); in write()
53 ret = m68k_semihost3(HOSTED_READ, fd, (uintptr_t) buf, count); in read()
142 static inline intptr_t m68k_semihost3(int func, uintptr_t arg0, uintptr_t arg1, uintptr_t arg2) { in m68k_semihost3() function