Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dsmp.c294 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start() local
302 ipcb = &task_thread_info(idle)->pcb; in secondary_cpu_start()
308 hwpcb->ksp = (unsigned long)ipcb + sizeof(union thread_union) - 16; in secondary_cpu_start()
310 hwpcb->ptbr = ipcb->ptbr; in secondary_cpu_start()
313 hwpcb->unique = virt_to_phys(ipcb); in secondary_cpu_start()
314 hwpcb->flags = ipcb->flags; in secondary_cpu_start()
322 cpuid, idle->state, ipcb->flags)); in secondary_cpu_start()