Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/
Dkcmp_test.c25 return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2); in sys_kcmp()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c33 return syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in sys_kcmp()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h333 #define __NR_kcmp 312 macro
Dunistd_32.h366 #define __NR_kcmp 349 macro
Dunistd_x32.h289 #define __NR_kcmp (__X32_SYSCALL_BIT + 312) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dunistd.h338 #define __NR_kcmp 272 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dunistd.h565 #define __NR_kcmp 272 macro
566 __SYSCALL(__NR_kcmp, sys_kcmp)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dunistd.h733 #define __NR_kcmp 272 macro
734 __SYSCALL(__NR_kcmp, sys_kcmp)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dunistd.h733 #define __NR_kcmp 272 macro
734 __SYSCALL(__NR_kcmp, sys_kcmp)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h326 #define __NR_kcmp (__NR_Linux + 306) macro
Dunistd_n32.h331 #define __NR_kcmp (__NR_Linux + 311) macro
Dunistd_o32.h367 #define __NR_kcmp (__NR_Linux + 347) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h341 #define __NR_kcmp (__NR_SYSCALL_BASE + 378) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h769 #define __NR_kcmp 378 macro
770 __SYSCALL(__NR_kcmp, sys_kcmp)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h354 #define __NR_kcmp (__NR_SYSCALL_BASE + 378) macro
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c289 #ifdef __NR_kcmp in __filecmp()
291 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()