Home
last modified time | relevance | path

Searched refs:TARGET_NR_ppoll (Results 1 – 8 of 8) sorted by relevance

/qemu/linux-user/aarch64/
H A Dsyscall_nr.h82 #define TARGET_NR_ppoll 73 macro
/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h81 #define TARGET_NR_ppoll 73 macro
/qemu/linux-user/riscv/
H A Dsyscall64_nr.h81 #define TARGET_NR_ppoll 73 macro
/qemu/linux-user/openrisc/
H A Dsyscall_nr.h83 #define TARGET_NR_ppoll 73 macro
/qemu/linux-user/hexagon/
H A Dsyscall_nr.h82 #define TARGET_NR_ppoll 73 macro
/qemu/linux-user/cris/
H A Dsyscall_nr.h315 #define TARGET_NR_ppoll 309 macro
/qemu/linux-user/
H A Dstrace.list1064 #ifdef TARGET_NR_ppoll
1065 { TARGET_NR_ppoll, "ppoll" , "%s(%p,%u,%p,%p)", NULL, NULL },
H A Dsyscall.c670 #if defined(TARGET_NR_ppoll) || defined(TARGET_NR_ppoll_time64) in safe_syscall3()
1486 #if defined(TARGET_NR_poll) || defined(TARGET_NR_ppoll) || \
11174 #ifdef TARGET_NR_ppoll in _syscall2()
11175 case TARGET_NR_ppoll: in _syscall2()