Searched refs:childti (Results 1 – 1 of 1) sorted by relevance
249 struct thread_info *childti = task_thread_info(p); in copy_thread() local255 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()256 childti->pcb.flags = 1; /* set FEN, clear everything else */ in copy_thread()266 childti->pcb.usp = 0; in copy_thread()275 childti->pcb.unique = regs->r20; in copy_thread()276 childti->pcb.usp = usp ?: rdusp(); in copy_thread()