Searched refs:parent_tidptr (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dsys_score.c67 int __user *parent_tidptr, *child_tidptr; local
73 parent_tidptr = (int __user *)regs->regs[6];
77 parent_tidptr, child_tidptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/samples/kprobes/
H A Djprobe_example.c28 int __user *parent_tidptr, int __user *child_tidptr)
26 jdo_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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsys_arm.c48 int __user *parent_tidptr, int tls_val,
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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsyscalls_32.h16 unsigned long parent_tidptr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dentry.h42 int __user *parent_tidptr, int __user *child_tidptr);
H A Dprocess.c233 int __user *, parent_tidptr, int __user *, child_tidptr)
240 parent_tidptr, child_tidptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dprocess.c219 int __user *parent_tidptr, *child_tidptr; local
224 parent_tidptr = (int __user *)regs->d3;
229 parent_tidptr, child_tidptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsyscall.c223 int __user *parent_tidptr, *child_tidptr; local
229 parent_tidptr = (int __user *) regs.regs[6];
246 parent_tidptr, child_tidptr);
H A Dlinux32.c325 int __user *parent_tidptr, *child_tidptr; local
331 parent_tidptr = (int __user *) regs.regs[6];
337 parent_tidptr, child_tidptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dkernel_thread.S43 setlos.p #0,gr10 ; third syscall arg [parent_tidptr]
H A Dprocess.c178 int __user *parent_tidptr, int __user *child_tidptr,
183 return do_fork(clone_flags, newsp, __frame, 0, parent_tidptr, child_tidptr);
177 sys_clone(unsigned long clone_flags, unsigned long newsp, int __user *parent_tidptr, int __user *child_tidptr, int __user *tlsptr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dprocess.c253 int __user *parent_tidptr, int __user *child_tidptr,
257 parent_tidptr, child_tidptr);
252 sys_clone(unsigned long clone_flags, unsigned long newsp, int __user *parent_tidptr, int __user *child_tidptr, int __user *tlsptr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dprocess.c226 r24 = parent_tidptr.
232 int __user *parent_tidptr = (int __user *)regs->gr[24]; local
244 return do_fork(clone_flags, usp, regs, 0, parent_tidptr, child_tidptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess_32.c265 unsigned long parent_tidptr,
273 (int __user *)parent_tidptr,
264 sys_clone(unsigned long clone_flags, unsigned long newsp, unsigned long parent_tidptr, unsigned long child_tidptr, struct pt_regs __regs) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dprocess.c258 unsigned long parent_tidptr,
267 (int __user *)parent_tidptr, (int __user *)child_tidptr);
257 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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dprocess.c370 unsigned long parent_tidptr,
376 (int __user *)parent_tidptr,
369 sys_clone(unsigned long clone_flags, unsigned long newsp, unsigned long parent_tidptr, unsigned long child_tidptr, struct pt_regs *regs) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c530 void __user *parent_tidptr, void __user *child_tidptr,
536 parent_tidptr, child_tidptr);
529 _sys_clone(unsigned long clone_flags, unsigned long newsp, void __user *parent_tidptr, void __user *child_tidptr, struct pt_regs *regs) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfork.c1373 int __user *parent_tidptr,
1432 put_user(nr, parent_tidptr);
1369 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

Completed in 190 milliseconds