Home
last modified time | relevance | path

Searched refs:__NR_clone3 (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/clone3/
H A Dclone3_selftests.h18 #ifndef __NR_clone3
19 #define __NR_clone3 435 macro
40 return syscall(__NR_clone3, args, size); in sys_clone3()
48 if (__NR_clone3 < 0) in test_clone3_supported()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h55 #ifndef __NR_clone3
56 #define __NR_clone3 435 macro
/linux/include/uapi/asm-generic/
H A Dunistd.h779 #define __NR_clone3 435 macro
780 __SYSCALL(__NR_clone3, sys_clone3)
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h779 #define __NR_clone3 435 macro
780 __SYSCALL(__NR_clone3, sys_clone3)
/linux/tools/include/nolibc/
H A Dsys.h378 return my_syscall2(__NR_clone3, &args, sizeof(args)); in sys_vfork()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3944 if (__NR_clone3 < 0) in TEST()
3996 if (__NR_clone3 < 0) in TEST()
4055 if (__NR_clone3 < 0) in TEST()