Home
last modified time | relevance | path

Searched refs:__NR_pidfd_getfd (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h45 #ifndef __NR_pidfd_getfd
46 #define __NR_pidfd_getfd -1 macro
109 return syscall(__NR_pidfd_getfd, pidfd, fd, flags); in sys_pidfd_getfd()
H A Dpidfd_getfd_test.c238 #if __NR_pidfd_getfd == -1
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h288 #define __NR_pidfd_getfd 438 macro
H A Dunistd_64.h298 #define __NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h297 #define __NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h294 #define __NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h361 #define __NR_pidfd_getfd 438 macro
H A Dunistd_32.h413 #define __NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h354 #define __NR_pidfd_getfd 438 macro
H A Dunistd_32.h431 #define __NR_pidfd_getfd 438 macro
H A Dunistd_x32.h307 #define __NR_pidfd_getfd (__X32_SYSCALL_BIT + 438) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h395 #define __NR_pidfd_getfd 438 macro
H A Dunistd_32.h423 #define __NR_pidfd_getfd 438 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h785 #define __NR_pidfd_getfd 438 macro
786 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h789 #define __NR_pidfd_getfd 438 macro
790 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h789 #define __NR_pidfd_getfd 438 macro
790 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h886 #define __NR_pidfd_getfd 438 macro
887 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h346 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
H A Dunistd_n32.h370 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
H A Dunistd_o32.h416 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h394 #define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438) macro
/openbmc/qemu/linux-user/
H A Dsyscall.c352 #if defined(__NR_pidfd_getfd) && defined(TARGET_NR_pidfd_getfd)
9344 #if defined(__NR_pidfd_getfd) && defined(TARGET_NR_pidfd_getfd) in _syscall2()