Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dprocess.c243 struct thread_info *childti = task_thread_info(p); in copy_thread() local
249 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()