Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h80 #define TARGET_NR_sendfile 71 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h79 #define TARGET_NR_sendfile 71 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall64_nr.h79 #define TARGET_NR_sendfile 71 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h195 #define TARGET_NR_sendfile 187 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1275 #ifdef TARGET_NR_sendfile
1276 { TARGET_NR_sendfile, "sendfile" , NULL, NULL, NULL },
H A Dsyscall.c11501 #ifdef TARGET_NR_sendfile in _syscall2()
11502 case TARGET_NR_sendfile: in _syscall2()