Home
last modified time | relevance | path

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

/picolibc-latest/semihost/machine/m68k/
Dm68k_write.c47 return m68k_semihost3(HOSTED_WRITE, fd, (uintptr_t) buf, count); in write()
Dm68k_semihost.h50 #define HOSTED_WRITE 5 macro
/picolibc-latest/semihost/machine/nios2/
Dnios2_write.c47 return nios2_semihost3(HOSTED_WRITE, fd, (uintptr_t) buf, count); in write()
Dnios2_semihost.h50 #define HOSTED_WRITE 5 macro