Searched refs:childti (Results 1 – 1 of 1) sorted by relevance
245 struct thread_info *childti = task_thread_info(p); in copy_thread() local251 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()252 childti->pcb.flags = 1; /* set FEN, clear everything else */ in copy_thread()262 childti->pcb.usp = 0; in copy_thread()271 childti->pcb.unique = regs->r20; in copy_thread()274 childti->pcb.usp = usp ?: rdusp(); in copy_thread()