Home
last modified time | relevance | path

Searched refs:kthread_arg (Results 1 – 6 of 6) sorted by relevance

/arch/arc/kernel/
Dprocess.c90 unsigned long usp, unsigned long kthread_arg, in copy_thread() argument
121 c_callee->r13 = kthread_arg; in copy_thread()
/arch/parisc/kernel/
Dprocess.c182 unsigned long kthread_arg, struct task_struct *p) in copy_thread() argument
213 cregs->gr[25] = kthread_arg; in copy_thread()
/arch/alpha/kernel/
Dprocess.c235 unsigned long kthread_arg, in copy_thread() argument
256 childstack->r10 = kthread_arg; in copy_thread()
/arch/metag/kernel/
Dprocess.c181 unsigned long kthread_arg, struct task_struct *tsk) in copy_thread() argument
210 childregs->ctx.DX[3].U1 = kthread_arg; in copy_thread()
/arch/mips/kernel/
Dprocess.c115 unsigned long kthread_arg, struct task_struct *p) in copy_thread() argument
134 p->thread.reg17 = kthread_arg; in copy_thread()
/arch/powerpc/kernel/
Dprocess.c1136 unsigned long kthread_arg, struct task_struct *p) in copy_thread() argument
1159 childregs->gpr[15] = kthread_arg; in copy_thread()