Searched refs:__NR_clone (Results 1 – 11 of 11) sorted by relevance
30 err = stub_syscall2(__NR_clone, CLONE_PARENT | CLONE_FILES | SIGCHLD, in stub_clone_handler()
51 : "0"(-EINVAL), "i"(__NR_clone),
607 #define __NR_clone 220 macro608 __SYSCALL(__NR_clone, sys_clone)
640 #define __NR_clone 220 macro641 __SYSCALL(__NR_clone, sys_clone)
70 case __NR_clone: // Should be parameter-restricted.
253 #define __NR_clone 120 macro254 __SYSCALL(__NR_clone, sys_clone)
91 #define __NR_clone (__NR_SYSCALL_BASE + 120) macro
214 #ifdef __NR_clone215 # define SYS_clone __NR_clone