Home
last modified time | relevance | path

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

/linux/arch/alpha/boot/
H A Dmain.c23 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
26 static struct pcb_struct pcb_va[1];
66 struct pcb_struct * pcb_pa; in pal_init()
H A Dbootp.c26 struct pcb_struct *pcb_va, struct pcb_struct *pcb_pa,
32 static struct pcb_struct pcb_va[1];
72 struct pcb_struct * pcb_pa; in pal_init()
H A Dbootpz.c45 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
54 static struct pcb_struct pcb_va[1];
120 struct pcb_struct * pcb_pa; in pal_init()
132 pcb_pa = (struct pcb_struct *)find_pa((unsigned long)pcb_va); in pal_init()
/linux/arch/alpha/include/asm/
H A Dthread_info.h16 struct pcb_struct pcb; /* palcode state */
H A Dhwrpb.h78 struct pcb_struct { struct
H A Dmmu_context.h30 __reload_thread(struct pcb_struct *pcb) in __reload_thread()
/linux/arch/alpha/mm/
H A Dfault.c45 struct pcb_struct *pcb; in __load_new_mm_context()
/linux/arch/alpha/kernel/
H A Dsmp.c293 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start()
300 hwpcb = (struct pcb_struct *) cpu->hwpcb; in secondary_cpu_start()