Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/alpha/kernel/ !
Dsmp.c353 struct pcb_struct *hwpcb; in secondary_cpu_start() local
360 hwpcb = (struct pcb_struct *) cpu->hwpcb; in secondary_cpu_start()
366 hwpcb->ksp = (unsigned long) idle + sizeof(union task_union) - 16; in secondary_cpu_start()
367 hwpcb->usp = 0; in secondary_cpu_start()
368 hwpcb->ptbr = idle->thread.ptbr; in secondary_cpu_start()
369 hwpcb->pcc = 0; in secondary_cpu_start()
370 hwpcb->asn = 0; in secondary_cpu_start()
371 hwpcb->unique = virt_to_phys(&idle->thread); in secondary_cpu_start()
372 hwpcb->flags = idle->thread.pal_flags; in secondary_cpu_start()
373 hwpcb->res1 = hwpcb->res2 = 0; in secondary_cpu_start()
[all …]
/linux-2.4.37.9/include/asm-alpha/ !
Dhwrpb.h89 unsigned long hwpcb[16]; member