Searched refs:clone_flags (Results 1 - 25 of 53) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dfork.c529 static int copy_mm(unsigned long clone_flags, struct task_struct * tsk) argument
549 if (clone_flags & CLONE_VM) {
605 static inline int copy_fs(unsigned long clone_flags, struct task_struct * tsk) argument
607 if (clone_flags & CLONE_FS) {
747 static int copy_files(unsigned long clone_flags, struct task_struct * tsk) argument
759 if (clone_flags & CLONE_FILES) {
808 static inline int copy_sighand(unsigned long clone_flags, struct task_struct * tsk) argument
812 if (clone_flags & (CLONE_SIGHAND | CLONE_THREAD)) {
831 static inline int copy_signal(unsigned long clone_flags, struct task_struct * tsk) argument
836 if (clone_flags
921 copy_flags(unsigned long clone_flags, struct task_struct *p) argument
956 copy_process(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user *parent_tidptr, int __user *child_tidptr, struct pid *pid) argument
1341 fork_traceflag(unsigned clone_flags) argument
1363 do_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user *parent_tidptr, int __user *child_tidptr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/skas/
H A Dmode_kern_skas.h17 extern int copy_thread_skas(int nr, unsigned long clone_flags,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/tt/
H A Dmode_kern_tt.h18 extern int copy_thread_tt(int nr, unsigned long clone_flags, unsigned long sp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtt.c154 int clone_flags, int (*tramp)(void *))
163 clone_flags |= CLONE_FILES | SIGCHLD;
168 arg.flags = clone_flags;
171 new_pid = clone(outer_tramp, (void *) sp, clone_flags, &arg);
153 start_fork_tramp(void *thread_arg, unsigned long temp_stack, int clone_flags, int (*tramp)(void *)) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dprocess.c181 unsigned long clone_flags; local
184 /* syscall2 puts clone_flags in er1 and usp in er2 */
185 clone_flags = regs->er1;
189 return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
193 int copy_thread(int nr, unsigned long clone_flags, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsem.h143 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
147 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dprocess.c217 sys_clone(unsigned long clone_flags, unsigned long usp, argument
241 if (clone_flags & CLONE_PARENT_SETTID)
246 if (clone_flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID))
251 return do_fork(clone_flags, usp, regs, 0, parent_tidptr, child_tidptr);
261 copy_thread(int nr, unsigned long clone_flags, unsigned long usp, argument
328 if (clone_flags & CLONE_SETTLS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dprocess.c221 int copy_thread(int nr, unsigned long clone_flags, unsigned long new_stackp, argument
258 if (clone_flags & CLONE_SETTLS)
265 if (clone_flags & CLONE_SETTLS) {
291 unsigned long clone_flags; local
295 clone_flags = regs->gprs[3];
301 return do_fork(clone_flags, newsp, regs, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsyscalls.c130 long sys_clone(unsigned long clone_flags, unsigned long newsp, argument
138 ret = do_fork(clone_flags, newsp, &current->thread.regs, 0, parent_tid,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dprocess.c181 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, argument
187 return do_fork(clone_flags, newsp, __frame, 0, parent_tidptr, child_tidptr);
204 int copy_thread(int nr, unsigned long clone_flags, argument
243 if (clone_flags & CLONE_SETTLS)
H A Dkernel_thread.S40 ori gr10,#CLONE_VM,gr8 ; first syscall arg [clone_flags]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dprocess.c138 copy_thread(int nr, unsigned long clone_flags, unsigned long usp, argument
158 if (p->mm && (clone_flags & CLONE_SETTLS)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dprocess.c118 int copy_thread(int nr, unsigned long clone_flags, unsigned long usp, argument
151 if (clone_flags & CLONE_SETTLS)
419 long xtensa_clone(unsigned long clone_flags, unsigned long newsp, argument
426 return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dprocess.c232 unsigned long clone_flags; local
235 /* syscall2 puts clone_flags in r0 and usp in r1 */
236 clone_flags = regs->r0;
242 return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
246 copy_thread(int nr, unsigned long clone_flags, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dprocess.c223 unsigned long clone_flags; local
227 /* syscall2 puts clone_flags in d1 and usp in d2 */
228 clone_flags = regs->d1;
234 return do_fork(clone_flags, newsp, regs, 0,
238 int copy_thread(int nr, unsigned long clone_flags, unsigned long usp, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dprocess.c191 unsigned long clone_flags; local
194 /* syscall2 puts clone_flags in d1 and usp in d2 */
195 clone_flags = regs->d1;
199 return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
202 int copy_thread(int nr, unsigned long clone_flags, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsyscalls.h24 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long usp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dprocess.c153 int copy_thread(int nr, unsigned long clone_flags, unsigned long sp, argument
161 clone_flags, sp, stack_top, p, regs);
171 if (clone_flags & CLONE_SETTLS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsys_arm.c248 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, struct pt_regs *regs) argument
250 if (clone_flags & (CLONE_PARENT_SETTID | CLONE_CHILD_CLEARTID))
256 return do_fork(clone_flags, newsp, regs, 0, NULL, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dprocess.c245 int copy_thread(int nr, unsigned long clone_flags, unsigned long spu, argument
283 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, argument
292 return do_fork(clone_flags, newsp, &regs, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dprocess.c327 int copy_thread(int nr, unsigned long clone_flags, unsigned long usp, argument
356 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, argument
362 return do_fork(clone_flags, newsp, regs, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dprocess.c260 int copy_thread(int nr, unsigned long clone_flags, unsigned long usp, argument
285 if (clone_flags & CLONE_SETTLS)
417 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, argument
425 return do_fork(clone_flags, newsp, regs, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dprocess.c113 int copy_thread (int nr, unsigned long clone_flags, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsyscall.c182 unsigned long clone_flags; local
186 clone_flags = regs.regs[4];
194 if (clone_flags & (CLONE_CHILD_SETTID | CLONE_CHILD_CLEARTID)) {
206 return do_fork(clone_flags, newsp, &regs, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dprocess.c243 alpha_clone(unsigned long clone_flags, unsigned long usp, argument
250 return do_fork(clone_flags, usp, regs, 0, parent_tid, child_tid);
272 copy_thread(int nr, unsigned long clone_flags, unsigned long usp, argument
312 if (clone_flags & CLONE_SETTLS)

Completed in 211 milliseconds

123