Searched refs:childti (Results 1 – 1 of 1) sorted by relevance
240 struct thread_info *childti = task_thread_info(p); in copy_thread() local246 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()247 childti->pcb.flags = 1; /* set FEN, clear everything else */ in copy_thread()248 childti->status |= TS_SAVED_FP | TS_RESTORE_FP; in copy_thread()258 memset(childti->fp, '\0', sizeof(childti->fp)); in copy_thread()259 childti->pcb.usp = 0; in copy_thread()268 childti->pcb.unique = tls; in copy_thread()271 childti->pcb.usp = usp ?: rdusp(); in copy_thread()