Lines Matching refs:hwpcb
292 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start() local
299 hwpcb = (struct pcb_struct *) cpu->hwpcb; in secondary_cpu_start()
306 hwpcb->ksp = (unsigned long)ipcb + sizeof(union thread_union) - 16; in secondary_cpu_start()
307 hwpcb->usp = 0; in secondary_cpu_start()
308 hwpcb->ptbr = ipcb->ptbr; in secondary_cpu_start()
309 hwpcb->pcc = 0; in secondary_cpu_start()
310 hwpcb->asn = 0; in secondary_cpu_start()
311 hwpcb->unique = virt_to_phys(ipcb); in secondary_cpu_start()
312 hwpcb->flags = ipcb->flags; in secondary_cpu_start()
313 hwpcb->res1 = hwpcb->res2 = 0; in secondary_cpu_start()
317 hwpcb->ksp, hwpcb->ptbr, hwrpb->vptb, hwpcb->unique)); in secondary_cpu_start()