Home
last modified time | relevance | path

Searched refs:clone_flags (Results 1 – 25 of 39) sorted by relevance

12

/arch/h8300/kernel/
Dprocess.c109 int copy_thread(unsigned long clone_flags, in copy_thread() argument
159 unsigned long clone_flags; in sys_clone() local
164 get_user(clone_flags, &args[0]); in sys_clone()
168 return do_fork(clone_flags, newsp, 0, in sys_clone()
/arch/sparc/include/asm/
Dsyscalls.h7 asmlinkage long sparc_do_fork(unsigned long clone_flags,
/arch/mn10300/kernel/
Dprocess.c126 int copy_thread(unsigned long clone_flags, in copy_thread() argument
164 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/cris/arch-v32/kernel/
Dprocess.c101 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
129 if (p->mm && (clone_flags & CLONE_SETTLS)) { in copy_thread()
/arch/hexagon/kernel/
Dprocess.c66 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
115 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/openrisc/include/asm/
Dsyscalls.h27 asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
/arch/xtensa/kernel/
Dprocess.c200 int copy_thread(unsigned long clone_flags, unsigned long usp_thread_fn, in copy_thread() argument
244 if (clone_flags & CLONE_VM) { in copy_thread()
263 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/parisc/kernel/
Dprocess.c224 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
271 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/openrisc/kernel/
Dprocess.c155 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
194 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/frv/kernel/
Dprocess.c131 int copy_thread(unsigned long clone_flags, in copy_thread() argument
164 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/microblaze/kernel/
Dprocess.c57 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
116 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/arc/kernel/
Dprocess.c177 int copy_thread(unsigned long clone_flags, in copy_thread() argument
232 if (unlikely(clone_flags & CLONE_SETTLS)) { in copy_thread()
/arch/tile/include/asm/
Dsyscalls.h65 long _sys_clone(unsigned long clone_flags, unsigned long newsp,
/arch/sparc/kernel/
Dprocess_32.c261 asmlinkage int sparc_do_fork(unsigned long clone_flags, argument
273 ret = do_fork(clone_flags, stack_start, stack_size,
304 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
406 if (clone_flags & CLONE_SETTLS)
/arch/m68k/kernel/
Dprocess.c122 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
157 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/sh/kernel/
Dprocess_32.c122 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
164 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/s390/kernel/
Dprocess.c83 int copy_thread_tls(unsigned long clone_flags, unsigned long new_stackp, in copy_thread_tls() argument
145 if (clone_flags & CLONE_SETTLS) { in copy_thread_tls()
/arch/blackfin/kernel/
Dprocess.c105 asmlinkage int bfin_clone(unsigned long clone_flags, unsigned long newsp) in bfin_clone() argument
113 return do_fork(clone_flags, newsp, 0, NULL, NULL); in bfin_clone()
117 copy_thread(unsigned long clone_flags, in copy_thread() argument
/arch/score/kernel/
Dprocess.c71 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
/arch/c6x/kernel/
Dprocess.c111 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
/arch/nios2/kernel/
Dprocess.c103 int copy_thread(unsigned long clone_flags, in copy_thread() argument
142 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/x86/kernel/
Dprocess_32.c126 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls() argument
183 if (clone_flags & CLONE_SETTLS) in copy_thread_tls()
/arch/unicore32/kernel/
Dprocess.c227 copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread() argument
247 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/alpha/kernel/
Dprocess.c238 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
270 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/cris/arch-v10/kernel/
Dprocess.c84 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument

12