Home
last modified time | relevance | path

Searched refs:__NR_clone3 (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/clone3/
H A Dclone3_selftests.h22 #ifndef __NR_clone3
23 #define __NR_clone3 -1 macro
53 return syscall(__NR_clone3, args, size); in sys_clone3()
61 if (__NR_clone3 < 0) in test_clone3_supported()
/kernel/linux/linux-6.6/tools/testing/selftests/clone3/
H A Dclone3_selftests.h22 #ifndef __NR_clone3
23 #define __NR_clone3 -1 macro
53 return syscall(__NR_clone3, args, size); in sys_clone3()
61 if (__NR_clone3 < 0) in test_clone3_supported()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd.h41 #ifndef __NR_clone3
42 #define __NR_clone3 -1 macro
H A Dpidfd_wait.c31 return syscall(__NR_clone3, args, sizeof(struct clone_args)); in sys_clone3()
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
H A Dpidfd.h41 #ifndef __NR_clone3
42 #define __NR_clone3 -1 macro
H A Dpidfd_wait.c31 return syscall(__NR_clone3, args, sizeof(struct clone_args)); in sys_clone3()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h445 #define __NR_clone3 435 macro
H A Dunistd_64.h367 #define __NR_clone3 435 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dunistd_32.h445 #define __NR_clone3 435 macro
H A Dunistd_64.h367 #define __NR_clone3 435 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dunistd.h397 #define __NR_clone3 435 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dunistd.h397 #define __NR_clone3 435 macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dunistd32.h880 #define __NR_clone3 435 macro
881 __SYSCALL(__NR_clone3, sys_clone3)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dunistd32.h880 #define __NR_clone3 435 macro
881 __SYSCALL(__NR_clone3, sys_clone3)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dunistd.h848 #define __NR_clone3 435 macro
849 __SYSCALL(__NR_clone3, sys_clone3)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dunistd.h848 #define __NR_clone3 435 macro
849 __SYSCALL(__NR_clone3, sys_clone3)
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dunistd.h781 #define __NR_clone3 435 macro
782 __SYSCALL(__NR_clone3, sys_clone3)
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dunistd.h781 #define __NR_clone3 435 macro
782 __SYSCALL(__NR_clone3, sys_clone3)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H A Dunistd_o32.h430 #define __NR_clone3 (__NR_Linux + 435) macro
H A Dunistd_n64.h360 #define __NR_clone3 (__NR_Linux + 435) macro
H A Dunistd_n32.h384 #define __NR_clone3 (__NR_Linux + 435) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h409 #define __NR_clone3 (__NR_SYSCALL_BASE + 435) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H A Dunistd-common.h409 #define __NR_clone3 (__NR_SYSCALL_BASE + 435) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H A Dunistd_o32.h430 #define __NR_clone3 (__NR_Linux + 435) macro
H A Dunistd_n32.h384 #define __NR_clone3 (__NR_Linux + 435) macro

Completed in 38 milliseconds

12