Searched refs:newusp (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dprocess.c184 /* if newusp is 0, we just grab the old usp */
185 asmlinkage int sys_clone(unsigned long newusp, unsigned long flags, argument
189 if (!newusp)
190 newusp = rdusp();
191 return do_fork(flags, newusp, regs, 0, parent_tid, child_tid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dprocess.c202 sys_clone(unsigned long newusp, unsigned long flags, int *parent_tid, int *child_tid, argument
205 if (!newusp)
206 newusp = rdusp();
208 return do_fork(flags, newusp, regs, 0, parent_tid, child_tid);

Completed in 88 milliseconds