HomeSort by: relevance | last modified time | path
    Searched defs:QVmap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/qbus/
qd.c 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 *
    [all...]
qd.c 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 *
    [all...]

Completed in 61 milliseconds