Lines Matching defs:pcb_va
23 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
26 static struct pcb_struct pcb_va[1];
69 pcb_va->ksp = 0;
70 pcb_va->usp = 0;
71 pcb_va->ptbr = L1[1] >> 32;
72 pcb_va->asn = 0;
73 pcb_va->pcc = 0;
74 pcb_va->unique = 0;
75 pcb_va->flags = 1;
76 pcb_va->res1 = 0;
77 pcb_va->res2 = 0;
78 pcb_pa = find_pa(VPTB, pcb_va);
89 i = switch_to_osf_pal(2, pcb_va, pcb_pa, VPTB);