Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h303 #define TARGET_NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h298 #define TARGET_NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h298 #define TARGET_NR_pidfd_getfd 438 macro
H A Dsyscall64_nr.h304 #define TARGET_NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h322 #define TARGET_NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h324 #define TARGET_NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1694 #ifdef TARGET_NR_pidfd_getfd
1695 { TARGET_NR_pidfd_getfd, "pidfd_getfd", "%s(%d,%d,%u)", NULL, NULL },
H A Dsyscall.c353 #if defined(__NR_pidfd_getfd) && defined(TARGET_NR_pidfd_getfd)
9236 #if defined(__NR_pidfd_getfd) && defined(TARGET_NR_pidfd_getfd) in _syscall2()
9237 case TARGET_NR_pidfd_getfd: in _syscall2()