Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/boot/
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()
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()
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-5.19.10/arch/alpha/mm/
Dinit.c38 static struct pcb_struct original_pcb;
91 load_PCB(struct pcb_struct *pcb) in load_PCB()
138 original_pcb = *(struct pcb_struct *) original_pcb_ptr; in switch_to_system_map()
Dfault.c45 struct pcb_struct *pcb; in __load_new_mm_context()
/linux-5.19.10/arch/alpha/include/asm/
Dthread_info.h16 struct pcb_struct pcb; /* palcode state */
Dhwrpb.h78 struct pcb_struct { struct
Dmmu_context.h30 __reload_thread(struct pcb_struct *pcb) in __reload_thread()
/linux-5.19.10/arch/alpha/kernel/
Dsmp.c292 struct pcb_struct *hwpcb, *ipcb; in secondary_cpu_start()
299 hwpcb = (struct pcb_struct *) cpu->hwpcb; in secondary_cpu_start()