Searched refs:childti (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dprocess.c240 struct thread_info *childti = task_thread_info(p); local
246 childti->pcb.ksp = (unsigned long) childstack;
247 childti->pcb.flags = 1; /* set FEN, clear everything else */
248 childti->status |= TS_SAVED_FP | TS_RESTORE_FP;
258 memset(childti->fp, '\0', sizeof(childti->fp));
259 childti->pcb.usp = 0;
268 childti->pcb.unique = tls;
271 childti->pcb.usp = usp ?: rdusp();

Completed in 123 milliseconds