Home
last modified time | relevance | path

Searched refs:semihosting_write (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/kernel/
H A Dsemihosting.h20 size_t semihosting_write(int fd, const void *ptr, size_t len);
/optee_os/core/drivers/
H A Dsemihosting_console.c46 semihosting_write(sh_console_data.fd, &ch, 1); in semihosting_console_fd_putc()
/optee_os/core/kernel/
H A Dsemihosting.c145 size_t semihosting_write(int fd, const void *ptr, size_t len) in semihosting_write() function