Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
A Dsmp.c292 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()
[all …]
/linux/arch/alpha/include/asm/
A Dhwrpb.h90 unsigned long hwpcb[16]; member

Completed in 6 milliseconds