Home
last modified time | relevance | path

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

12

/arch/h8300/kernel/
Dprocess.c108 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
157 unsigned long clone_flags; in sys_clone() local
163 get_user(clone_flags, &args[0]); in sys_clone()
168 kargs.flags = (lower_32_bits(clone_flags) & ~CSIGNAL); in sys_clone()
172 kargs.exit_signal = (lower_32_bits(clone_flags) & CSIGNAL); in sys_clone()
/arch/nios2/kernel/
Dprocess.c103 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
142 if (clone_flags & CLONE_SETTLS) in copy_thread()
255 asmlinkage int nios2_clone(unsigned long clone_flags, unsigned long newsp, in nios2_clone() argument
260 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL), in nios2_clone()
264 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL), in nios2_clone()
/arch/csky/kernel/
Dprocess.c33 int copy_thread(unsigned long clone_flags, in copy_thread() argument
62 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/xtensa/kernel/
Dprocess.c204 int copy_thread(unsigned long clone_flags, unsigned long usp_thread_fn, in copy_thread() argument
249 if (clone_flags & CLONE_VM) { in copy_thread()
269 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/hexagon/kernel/
Dprocess.c53 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
102 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/parisc/kernel/
Dprocess.c196 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
243 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/openrisc/kernel/
Dprocess.c150 copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
183 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/openrisc/include/asm/
Dsyscalls.h23 asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
/arch/arc/kernel/
Dprocess.c165 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
220 if (unlikely(clone_flags & CLONE_SETTLS)) { in copy_thread()
/arch/x86/kernel/
Dsys_ia32.c240 COMPAT_SYSCALL_DEFINE5(ia32_clone, unsigned long, clone_flags, in COMPAT_SYSCALL_DEFINE5() argument
245 .flags = (clone_flags & ~CSIGNAL), in COMPAT_SYSCALL_DEFINE5()
249 .exit_signal = (clone_flags & CSIGNAL), in COMPAT_SYSCALL_DEFINE5()
Dprocess.c125 int copy_thread(unsigned long clone_flags, unsigned long sp, unsigned long arg, in copy_thread() argument
199 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/microblaze/kernel/
Dprocess.c56 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
115 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/riscv/kernel/
Dprocess.c109 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
131 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/ia64/kernel/
Dprocess.c298 copy_thread(unsigned long clone_flags, unsigned long user_stack_base, in copy_thread() argument
379 if (clone_flags & CLONE_SETTLS) in copy_thread()
400 asmlinkage long ia64_clone(unsigned long clone_flags, unsigned long stack_start, in ia64_clone() argument
405 .flags = (lower_32_bits(clone_flags) & ~CSIGNAL), in ia64_clone()
409 .exit_signal = (lower_32_bits(clone_flags) & CSIGNAL), in ia64_clone()
/arch/sh/kernel/
Dprocess_32.c95 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
137 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/s390/kernel/
Dprocess.c95 int copy_thread(unsigned long clone_flags, unsigned long new_stackp, in copy_thread() argument
156 if (clone_flags & CLONE_SETTLS) { in copy_thread()
/arch/m68k/kernel/
Dprocess.c141 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
176 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/nds32/kernel/
Dprocess.c152 int copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread() argument
172 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/c6x/kernel/
Dprocess.c107 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
/arch/alpha/kernel/
Dprocess.c236 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
268 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/um/kernel/
Dprocess.c156 int copy_thread(unsigned long clone_flags, unsigned long sp, in copy_thread() argument
190 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/arm/kernel/
Dprocess.c228 int copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread() argument
262 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/sparc/kernel/
Dprocess_32.c275 int copy_thread(unsigned long clone_flags, unsigned long sp, unsigned long arg, argument
377 if (clone_flags & CLONE_SETTLS)
Dprocess_64.c580 int copy_thread(unsigned long clone_flags, unsigned long sp, unsigned long arg, in copy_thread() argument
638 if (clone_flags & CLONE_SETTLS) in copy_thread()
/arch/arm64/kernel/
Dprocess.c379 int copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread() argument
418 if (clone_flags & CLONE_SETTLS) in copy_thread()

12