Home
last modified time | relevance | path

Searched refs:SYS_write (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dfirst.S18 #define SYS_write 64 macro
33 r6 = #SYS_write
H A Dtest_call.S7 #define SYS_write 64 macro
41 r6 = #SYS_write
/openbmc/linux/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall-gdbio.h14 #define SYS_write -5 macro
H A Dsimcall-iss.h15 #define SYS_write 4 /*x*/ macro
H A Dsimcall.h61 return __simc(SYS_write, fd, (int) buf, count); in simc_write()
/openbmc/linux/tools/testing/selftests/size/
H A Dget_size.c42 return syscall(SYS_write, STDOUT_FILENO, s, len); in print()