Searched refs:child_tidptr (Results 1 - 16 of 16) sorted by relevance

/arch/score/kernel/
H A Dsys_score.c67 int __user *parent_tidptr, *child_tidptr; local
74 child_tidptr = (int __user *)regs->regs[8];
77 parent_tidptr, child_tidptr);
/arch/mips/kernel/
H A Dsyscall.c104 int __user *parent_tidptr, *child_tidptr; local
113 child_tidptr = NULL;
117 if (get_user (child_tidptr, &usp[5]))
120 else if (get_user (child_tidptr, &usp[4]))
124 child_tidptr = (int __user *) regs.regs[8];
127 parent_tidptr, child_tidptr);
H A Dlinux32.c325 int __user *parent_tidptr, *child_tidptr; local
335 child_tidptr = (int __user *) __dummy4;
337 parent_tidptr, child_tidptr);
/arch/arm/kernel/
H A Dsys_arm.c49 int __user *child_tidptr, struct pt_regs *regs)
54 return do_fork(clone_flags, newsp, regs, 0, parent_tidptr, child_tidptr);
47 sys_clone(unsigned long clone_flags, unsigned long newsp, int __user *parent_tidptr, int tls_val, int __user *child_tidptr, struct pt_regs *regs) argument
/arch/s390/kernel/
H A Dentry.h61 int __user *parent_tidptr, int __user *child_tidptr);
H A Dprocess.c218 int __user *, parent_tidptr, int __user *, child_tidptr)
225 parent_tidptr, child_tidptr);
/arch/sh/include/asm/
H A Dsyscalls_32.h17 unsigned long child_tidptr,
/arch/m68k/kernel/
H A Dprocess.c205 int __user *parent_tidptr, *child_tidptr; local
211 child_tidptr = (int __user *)regs->d4;
215 parent_tidptr, child_tidptr);
/arch/frv/kernel/
H A Dkernel_thread.S44 setlos #0,gr11 ; fourth syscall arg [child_tidptr]
H A Dprocess.c175 int __user *parent_tidptr, int __user *child_tidptr,
180 return do_fork(clone_flags, newsp, __frame, 0, parent_tidptr, child_tidptr);
174 sys_clone(unsigned long clone_flags, unsigned long newsp, int __user *parent_tidptr, int __user *child_tidptr, int __user *tlsptr) argument
/arch/m32r/kernel/
H A Dprocess.c257 unsigned long child_tidptr,
265 (int __user *)parent_tidptr, (int __user *)child_tidptr);
255 sys_clone(unsigned long clone_flags, unsigned long newsp, unsigned long parent_tidptr, unsigned long child_tidptr, unsigned long r4, unsigned long r5, unsigned long r6, struct pt_regs regs) argument
/arch/mn10300/kernel/
H A Dprocess.c281 int __user *parent_tidptr, int __user *child_tidptr,
285 current_frame(), 0, parent_tidptr, child_tidptr);
280 sys_clone(unsigned long clone_flags, unsigned long newsp, int __user *parent_tidptr, int __user *child_tidptr, int __user *tlsptr) argument
/arch/parisc/kernel/
H A Dprocess.c229 r22 = child_tidptr
234 int __user *child_tidptr = (int __user *)regs->gr[22]; local
245 return do_fork(clone_flags, usp, regs, 0, parent_tidptr, child_tidptr);
/arch/sh/kernel/
H A Dprocess_32.c265 unsigned long child_tidptr,
273 (int __user *)child_tidptr);
263 sys_clone(unsigned long clone_flags, unsigned long newsp, unsigned long parent_tidptr, unsigned long child_tidptr, struct pt_regs __regs) argument
/arch/avr32/kernel/
H A Dprocess.c370 void __user *parent_tidptr, void __user *child_tidptr,
376 child_tidptr);
369 sys_clone(unsigned long clone_flags, unsigned long newsp, void __user *parent_tidptr, void __user *child_tidptr, struct pt_regs *regs) argument
/arch/tile/kernel/
H A Dprocess.c604 void __user *, parent_tidptr, void __user *, child_tidptr,
610 parent_tidptr, child_tidptr);

Completed in 403 milliseconds