Searched refs:childti (Results 1 – 1 of 1) sorted by relevance
243 struct thread_info *childti = task_thread_info(p); in copy_thread() local249 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()250 childti->pcb.flags = 1; /* set FEN, clear everything else */ in copy_thread()260 childti->pcb.usp = 0; in copy_thread()269 childti->pcb.unique = tls; in copy_thread()272 childti->pcb.usp = usp ?: rdusp(); in copy_thread()