/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd.h | 45 #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 D | pidfd_getfd_test.c | 238 #if __NR_pidfd_getfd == -1
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 288 #define __NR_pidfd_getfd 438 macro
|
H A D | unistd_64.h | 298 #define __NR_pidfd_getfd 438 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 297 #define __NR_pidfd_getfd 438 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 294 #define __NR_pidfd_getfd 438 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 361 #define __NR_pidfd_getfd 438 macro
|
H A D | unistd_32.h | 413 #define __NR_pidfd_getfd 438 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 354 #define __NR_pidfd_getfd 438 macro
|
H A D | unistd_32.h | 431 #define __NR_pidfd_getfd 438 macro
|
H A D | unistd_x32.h | 307 #define __NR_pidfd_getfd (__X32_SYSCALL_BIT + 438) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 395 #define __NR_pidfd_getfd 438 macro
|
H A D | unistd_32.h | 423 #define __NR_pidfd_getfd 438 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 785 #define __NR_pidfd_getfd 438 macro 786 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 789 #define __NR_pidfd_getfd 438 macro 790 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 789 #define __NR_pidfd_getfd 438 macro 790 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 886 #define __NR_pidfd_getfd 438 macro 887 __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 346 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|
H A D | unistd_n32.h | 370 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|
H A D | unistd_o32.h | 416 #define __NR_pidfd_getfd (__NR_Linux + 438) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 394 #define __NR_pidfd_getfd (__NR_SYSCALL_BASE + 438) macro
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 352 #if defined(__NR_pidfd_getfd) && defined(TARGET_NR_pidfd_getfd) 9344 #if defined(__NR_pidfd_getfd) && defined(TARGET_NR_pidfd_getfd) in _syscall2()
|