Home
last modified time | relevance | path

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

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