Home
last modified time | relevance | path

Searched refs:TARGET_NR_write (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h73 #define TARGET_NR_write 64 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h72 #define TARGET_NR_write 64 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h71 #define TARGET_NR_write 64 macro
H A Dsyscall64_nr.h72 #define TARGET_NR_write 64 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h73 #define TARGET_NR_write 64 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h74 #define TARGET_NR_write 64 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h74 #define TARGET_NR_write 64 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h12 #define TARGET_NR_write 4 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1670 #ifdef TARGET_NR_write
1671 { TARGET_NR_write, "write" , "%s(%d,%#x,%d)", NULL, NULL },
H A Dsyscall.c9041 case TARGET_NR_write: in _syscall2()