Home
last modified time | relevance | path

Searched refs:__NR_kcmp (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c25 return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2); in sys_kcmp()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c33 return syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in sys_kcmp()
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h232 #define __NR_kcmp 272 macro
H A Dunistd_64.h261 #define __NR_kcmp 272 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h260 #define __NR_kcmp 272 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h257 #define __NR_kcmp 272 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h292 #define __NR_kcmp 343 macro
H A Dunistd_32.h325 #define __NR_kcmp 343 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h316 #define __NR_kcmp 312 macro
H A Dunistd_32.h349 #define __NR_kcmp 349 macro
H A Dunistd_x32.h272 #define __NR_kcmp (__X32_SYSCALL_BIT + 312) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h347 #define __NR_kcmp 354 macro
H A Dunistd_32.h356 #define __NR_kcmp 354 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h661 #define __NR_kcmp 272 macro
662 __SYSCALL(__NR_kcmp, sys_kcmp)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h661 #define __NR_kcmp 272 macro
662 __SYSCALL(__NR_kcmp, sys_kcmp)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h661 #define __NR_kcmp 272 macro
662 __SYSCALL(__NR_kcmp, sys_kcmp)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h769 #define __NR_kcmp 378 macro
770 __SYSCALL(__NR_kcmp, sys_kcmp)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h309 #define __NR_kcmp (__NR_Linux + 306) macro
H A Dunistd_n32.h314 #define __NR_kcmp (__NR_Linux + 311) macro
H A Dunistd_o32.h350 #define __NR_kcmp (__NR_Linux + 347) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h337 #define __NR_kcmp (__NR_SYSCALL_BASE + 378) macro
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c304 #ifdef __NR_kcmp in __filecmp()
306 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()
/openbmc/qemu/linux-user/
H A Dsyscall.c411 #if defined(TARGET_NR_kcmp) && defined(__NR_kcmp)
13767 #if defined(TARGET_NR_kcmp) && defined(__NR_kcmp) in _syscall2()