Home
last modified time | relevance | path

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

12

/arch/sparc/include/asm/
Dsyscalls.h6 extern asmlinkage long sparc_do_fork(unsigned long clone_flags,
/arch/arc/kernel/
Dprocess.c82 int copy_thread(unsigned long clone_flags, in copy_thread() argument
137 if (unlikely(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/hexagon/kernel/
Dprocess.c73 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
122 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/mn10300/kernel/
Dprocess.c143 int copy_thread(unsigned long clone_flags, in copy_thread() argument
181 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/cris/arch-v32/kernel/
Dprocess.c105 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
133 if (p->mm && (clone_flags & CLONE_SETTLS)) { in copy_thread()
/arch/parisc/kernel/
Dprocess.c184 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
241 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/xtensa/kernel/
Dprocess.c191 int copy_thread(unsigned long clone_flags, unsigned long usp_thread_fn, in copy_thread() argument
235 if (clone_flags & CLONE_VM) { in copy_thread()
254 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/s390/kernel/
Dprocess.c105 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, in copy_thread() argument
171 if (clone_flags & CLONE_SETTLS) in copy_thread()
177 if (clone_flags & CLONE_SETTLS) { in copy_thread()
/arch/tile/include/asm/
Dsyscalls.h65 long _sys_clone(unsigned long clone_flags, unsigned long newsp,
/arch/microblaze/kernel/
Dprocess.c53 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
112 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/frv/kernel/
Dprocess.c128 int copy_thread(unsigned long clone_flags, in copy_thread() argument
161 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/sh/kernel/
Dprocess_32.c126 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
168 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/m68k/kernel/
Dprocess.c132 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
167 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/sparc/kernel/
Dprocess_32.c258 asmlinkage int sparc_do_fork(unsigned long clone_flags, argument
270 ret = do_fork(clone_flags, stack_start, stack_size,
301 int copy_thread(unsigned long clone_flags, unsigned long sp, argument
403 if (clone_flags & CLONE_SETTLS)
/arch/score/kernel/
Dprocess.c71 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
/arch/c6x/kernel/
Dprocess.c114 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
/arch/blackfin/kernel/
Dprocess.c101 asmlinkage int bfin_clone(unsigned long clone_flags, unsigned long newsp) in bfin_clone() argument
109 return do_fork(clone_flags, newsp, 0, NULL, NULL); in bfin_clone()
113 copy_thread(unsigned long clone_flags, in copy_thread() argument
/arch/unicore32/kernel/
Dprocess.c240 copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread() argument
260 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/h8300/kernel/
Dprocess.c105 int copy_thread(unsigned long clone_flags, in copy_thread() argument
/arch/arm64/kernel/
Dprocess.c291 int copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread() argument
322 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/alpha/kernel/
Dprocess.c224 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
256 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/x86/kernel/
Dprocess_32.c128 int copy_thread(unsigned long clone_flags, unsigned long sp, in copy_thread() argument
186 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/avr32/kernel/
Dprocess.c282 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
307 if ((clone_flags & CLONE_PTRACE) && test_thread_flag(TIF_DEBUG)) in copy_thread()
/arch/openrisc/kernel/
Dprocess.c145 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument

12