Home
last modified time | relevance | path

Searched refs:TARGET_NR_sendfile64 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h78 #define TARGET_NR_sendfile64 71 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h80 #define TARGET_NR_sendfile64 71 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h81 #define TARGET_NR_sendfile64 71 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h81 #define TARGET_NR_sendfile64 71 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h246 #define TARGET_NR_sendfile64 239 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1278 #ifdef TARGET_NR_sendfile64
1279 { TARGET_NR_sendfile64, "sendfile64" , NULL, NULL, NULL },
H A Dsyscall.c11523 #ifdef TARGET_NR_sendfile64 in _syscall2()
11524 case TARGET_NR_sendfile64: in _syscall2()