Home | History | Annotate | Download | only in qbus

Lines Matching defs:QVmap

156 volatile struct pte *QVmap[NQD];
470 u_int mapix; /* index into QVmap[] array */
488 * Set QVmap to point to page table entries for what we just
491 QVmap[0] = (struct pte *)kvtopte(qvmem[0]);
586 * is found via an array of pte ptrs called "QVmap[]" (ubavar.h)
626 ptep = (int *) QVmap[0] + mapix;
917 ptep = (int *)(QVmap[0] + mapix);
924 ptep = (int *)(QVmap[0] + mapix);
931 ptep = (int *)(QVmap[0] + mapix);
1077 int mapix; /* QVmap[] page table index */
1202 ptep = (int *)(QVmap[0] + mapix);
1210 ptep = (int *)(QVmap[0] + mapix);
1218 ptep = (int *)(QVmap[0] + mapix);
1226 ptep = (int *)(QVmap[0] + mapix);