Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Dsmp.c293 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start() local
301 ipcb = &task_thread_info(idle)->pcb; in secondary_cpu_start()
307 hwpcb->ksp = (unsigned long)ipcb + sizeof(union thread_union) - 16; in secondary_cpu_start()
309 hwpcb->ptbr = ipcb->ptbr; in secondary_cpu_start()
312 hwpcb->unique = virt_to_phys(ipcb); in secondary_cpu_start()
313 hwpcb->flags = ipcb->flags; in secondary_cpu_start()
321 cpuid, idle->state, ipcb->flags)); in secondary_cpu_start()