Lines Matching defs:pcb_va
26 struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
32 static struct pcb_struct pcb_va[1];
75 pcb_va->ksp = 0;
76 pcb_va->usp = 0;
77 pcb_va->ptbr = L1[1] >> 32;
78 pcb_va->asn = 0;
79 pcb_va->pcc = 0;
80 pcb_va->unique = 0;
81 pcb_va->flags = 1;
82 pcb_va->res1 = 0;
83 pcb_va->res2 = 0;
84 pcb_pa = find_pa(VPTB, pcb_va);
95 i = switch_to_osf_pal(2, pcb_va, pcb_pa, VPTB);