Lines Matching refs:hwpcb
295 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start() local
302 hwpcb = (struct pcb_struct *) cpu->hwpcb; in secondary_cpu_start()
309 hwpcb->ksp = (unsigned long)ipcb + sizeof(union thread_union) - 16; in secondary_cpu_start()
310 hwpcb->usp = 0; in secondary_cpu_start()
311 hwpcb->ptbr = ipcb->ptbr; in secondary_cpu_start()
312 hwpcb->pcc = 0; in secondary_cpu_start()
313 hwpcb->asn = 0; in secondary_cpu_start()
314 hwpcb->unique = virt_to_phys(ipcb); in secondary_cpu_start()
315 hwpcb->flags = ipcb->flags; in secondary_cpu_start()
316 hwpcb->res1 = hwpcb->res2 = 0; in secondary_cpu_start()
320 hwpcb->ksp, hwpcb->ptbr, hwrpb->vptb, hwpcb->unique)); in secondary_cpu_start()