/openbmc/linux/tools/testing/selftests/kcmp/ |
H A D | kcmp_test.c | 25 return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2); in sys_kcmp()
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_getfd_test.c | 33 return syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in sys_kcmp()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 232 #define __NR_kcmp 272 macro
|
H A D | unistd_64.h | 261 #define __NR_kcmp 272 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 260 #define __NR_kcmp 272 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 257 #define __NR_kcmp 272 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 292 #define __NR_kcmp 343 macro
|
H A D | unistd_32.h | 325 #define __NR_kcmp 343 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 316 #define __NR_kcmp 312 macro
|
H A D | unistd_32.h | 349 #define __NR_kcmp 349 macro
|
H A D | unistd_x32.h | 272 #define __NR_kcmp (__X32_SYSCALL_BIT + 312) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 347 #define __NR_kcmp 354 macro
|
H A D | unistd_32.h | 356 #define __NR_kcmp 354 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 661 #define __NR_kcmp 272 macro 662 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 661 #define __NR_kcmp 272 macro 662 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 661 #define __NR_kcmp 272 macro 662 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 769 #define __NR_kcmp 378 macro 770 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 309 #define __NR_kcmp (__NR_Linux + 306) macro
|
H A D | unistd_n32.h | 314 #define __NR_kcmp (__NR_Linux + 311) macro
|
H A D | unistd_o32.h | 350 #define __NR_kcmp (__NR_Linux + 347) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 337 #define __NR_kcmp (__NR_SYSCALL_BASE + 378) macro
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 304 #ifdef __NR_kcmp in __filecmp() 306 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 411 #if defined(TARGET_NR_kcmp) && defined(__NR_kcmp) 13767 #if defined(TARGET_NR_kcmp) && defined(__NR_kcmp) in _syscall2()
|