Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dunistd.h848 #define __NR_clone3 435 macro
849 __SYSCALL(__NR_clone3, sys_clone3)
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dunistd.h848 #define __NR_clone3 435 macro
849 __SYSCALL(__NR_clone3, sys_clone3)
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dunistd32.h880 #define __NR_clone3 435 macro
881 __SYSCALL(__NR_clone3, sys_clone3)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsyscall.h222 #ifdef __NR_clone3
223 # define SYS_clone3 __NR_clone3
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsyscall.h222 #ifdef __NR_clone3
223 # define SYS_clone3 __NR_clone3