Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/kernel/
Dprocess.c282 struct thread_info *childti = task_thread_info(p); in copy_thread() local
303 childti->pcb.usp = usp; in copy_thread()
304 childti->pcb.ksp = (unsigned long) childstack; in copy_thread()
305 childti->pcb.flags = 1; /* set FEN, clear everything else */ in copy_thread()
317 childti->pcb.unique = settls; in copy_thread()