Searched refs:__NR_kcmp (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 25 return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2); in sys_kcmp()
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
D | pidfd_getfd_test.c | 33 return syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in sys_kcmp()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
D | unistd_64.h | 333 #define __NR_kcmp 312 macro
|
D | unistd_32.h | 366 #define __NR_kcmp 349 macro
|
D | unistd_x32.h | 289 #define __NR_kcmp (__X32_SYSCALL_BIT + 312) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 338 #define __NR_kcmp 272 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
D | unistd.h | 565 #define __NR_kcmp 272 macro 566 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
D | unistd.h | 733 #define __NR_kcmp 272 macro 734 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
D | unistd.h | 733 #define __NR_kcmp 272 macro 734 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | unistd_n64.h | 326 #define __NR_kcmp (__NR_Linux + 306) macro
|
D | unistd_n32.h | 331 #define __NR_kcmp (__NR_Linux + 311) macro
|
D | unistd_o32.h | 367 #define __NR_kcmp (__NR_Linux + 347) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 341 #define __NR_kcmp (__NR_SYSCALL_BASE + 378) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | unistd32.h | 769 #define __NR_kcmp 378 macro 770 __SYSCALL(__NR_kcmp, sys_kcmp)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/ |
D | unistd-common.h | 354 #define __NR_kcmp (__NR_SYSCALL_BASE + 378) macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 289 #ifdef __NR_kcmp in __filecmp() 291 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()
|