Lines Matching defs:pcb_va
45 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
54 static struct pcb_struct pcb_va[1];
123 pcb_va->ksp = 0;
124 pcb_va->usp = 0;
125 pcb_va->ptbr = L1[1] >> 32;
126 pcb_va->asn = 0;
127 pcb_va->pcc = 0;
128 pcb_va->unique = 0;
129 pcb_va->flags = 1;
130 pcb_va->res1 = 0;
131 pcb_va->res2 = 0;
132 pcb_pa = (struct pcb_struct *)find_pa((unsigned long)pcb_va);
143 i = switch_to_osf_pal(2, pcb_va, pcb_pa, VPTB);