Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dsmp.c294 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start() local
301 hwpcb = (struct pcb_struct *) cpu->hwpcb; in secondary_cpu_start()
308 hwpcb->ksp = (unsigned long)ipcb + sizeof(union thread_union) - 16; in secondary_cpu_start()
309 hwpcb->usp = 0; in secondary_cpu_start()
310 hwpcb->ptbr = ipcb->ptbr; in secondary_cpu_start()
311 hwpcb->pcc = 0; in secondary_cpu_start()
312 hwpcb->asn = 0; in secondary_cpu_start()
313 hwpcb->unique = virt_to_phys(ipcb); in secondary_cpu_start()
314 hwpcb->flags = ipcb->flags; in secondary_cpu_start()
315 hwpcb->res1 = hwpcb->res2 = 0; in secondary_cpu_start()
[all …]
/arch/alpha/include/asm/
Dhwrpb.h89 unsigned long hwpcb[16]; member