Home
last modified time | relevance | path

Searched refs:TARGET_NR_epoll_pwait (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h31 #define TARGET_NR_epoll_pwait 22 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h31 #define TARGET_NR_epoll_pwait 22 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h30 #define TARGET_NR_epoll_pwait 22 macro
H A Dsyscall64_nr.h31 #define TARGET_NR_epoll_pwait 22 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h31 #define TARGET_NR_epoll_pwait 22 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h32 #define TARGET_NR_epoll_pwait 22 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h325 #define TARGET_NR_epoll_pwait 319 macro
/openbmc/qemu/linux-user/
H A Dstrace.list148 #ifdef TARGET_NR_epoll_pwait
149 { TARGET_NR_epoll_pwait, "epoll_pwait" , NULL, NULL, NULL },
H A Dsyscall.c13244 #if defined(TARGET_NR_epoll_wait) || defined(TARGET_NR_epoll_pwait) in _syscall2()
13248 #if defined(TARGET_NR_epoll_pwait) in _syscall2()
13249 case TARGET_NR_epoll_pwait: in _syscall2()
13275 #if defined(TARGET_NR_epoll_pwait) in _syscall2()
13276 case TARGET_NR_epoll_pwait: in _syscall2()