Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h254 #define TARGET_NR_wait4 260 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h249 #define TARGET_NR_wait4 260 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall64_nr.h255 #define TARGET_NR_wait4 260 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h254 #define TARGET_NR_wait4 260 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h255 #define TARGET_NR_wait4 260 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h122 #define TARGET_NR_wait4 114 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1661 #ifdef TARGET_NR_wait4
1662 { TARGET_NR_wait4, "wait4" , "%s(%d,%p,%d,%p)", NULL, NULL },
H A Dsyscall.c656 #if defined(TARGET_NR_wait4) || defined(TARGET_NR_waitpid) in safe_syscall3()
10911 #if defined(TARGET_NR_wait4) in _syscall2()
10912 case TARGET_NR_wait4: in _syscall2()