Searched refs:sys_clone (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/arc/kernel/
H A Dsys.c9 #define sys_clone sys_clone_wrapper macro
H A Dentry.S28 bl @sys_clone
/linux-master/arch/openrisc/include/asm/
H A Dsyscalls.h28 #define sys_clone __sys_clone macro
/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c160 * sys_clone() has a lot of per architecture variation so just define
164 static int sys_clone(unsigned long clone_flags, unsigned long newsp, function
186 ret = sys_clone(CLONE_SETTLS, 0, &parent_tid, 0, &child_tid);
/linux-master/arch/mips/kernel/
H A Dsyscall.c84 save_static_function(sys_clone); variable
/linux-master/arch/sparc/kernel/
H A Dsyscalls.S101 sys_clone: label
H A Dentry.S856 /* Now that we have a real sys_clone, sys_fork() is
880 .globl sys_clone, flush_patch_three
881 sys_clone: label
/linux-master/arch/nios2/kernel/
H A Dentry.S398 ENTRY(sys_clone)
/linux-master/include/linux/
H A Dsyscalls.h786 asmlinkage long sys_clone(unsigned long, unsigned long, int __user *, unsigned long,
790 asmlinkage long sys_clone(unsigned long, unsigned long, int, int __user *,
793 asmlinkage long sys_clone(unsigned long, unsigned long, int __user *,
/linux-master/arch/openrisc/kernel/
H A Dentry.S1193 l.movhi r29,hi(sys_clone)
1195 l.ori r29,r29,lo(sys_clone)
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h254 __SYSCALL(__NR_clone, sys_clone)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h567 __SYSCALL(__NR_clone, sys_clone)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h567 __SYSCALL(__NR_clone, sys_clone)

Completed in 164 milliseconds