Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/kernel/
Dsmp.c295 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start() local
303 ipcb = &task_thread_info(idle)->pcb; in secondary_cpu_start()
309 hwpcb->ksp = (unsigned long)ipcb + sizeof(union thread_union) - 16; in secondary_cpu_start()
311 hwpcb->ptbr = ipcb->ptbr; in secondary_cpu_start()
314 hwpcb->unique = virt_to_phys(ipcb); in secondary_cpu_start()
315 hwpcb->flags = ipcb->flags; in secondary_cpu_start()
323 cpuid, idle->state, ipcb->flags)); in secondary_cpu_start()