Lines Matching refs:PageTable
41 PageTable *pgtbl = PAlloc_AllocPage();
124 PageTable *tbl2 = (PageTable *)DMPA2VA(pte & PGNUMMASK);
128 PageTable *tbl3 = (PageTable *)DMPA2VA(pte2 & PGNUMMASK);
133 PageTable *tbl4 = (PageTable *)DMPA2VA(pte3 & PGNUMMASK);
193 * @return Newly created PageTable.
195 static PageTable *
199 PageTable *pgtbl = PAlloc_AllocPage();
223 PageTable *table = space->root;
237 table = (PageTable *)DMPA2VA(pte & PGNUMMASK);
245 table = (PageTable *)DMPA2VA(pte & PGNUMMASK);
257 table = (PageTable *)DMPA2VA(pte & PGNUMMASK);
281 PageTable *table = space->root;
293 PageTable *newtable = PMapAllocPageTable();
300 table = (PageTable *)DMPA2VA(pte & PGNUMMASK);
309 PageTable *newtable = PMapAllocPageTable();
316 table = (PageTable *)DMPA2VA(pte & PGNUMMASK);
325 PageTable *newtable = PMapAllocPageTable();
332 table = (PageTable *)DMPA2VA(pte & PGNUMMASK);
558 PageTable *root = space->root;
564 PageTable *l1 = (PageTable *)DMPA2VA(pte & PGNUMMASK);
573 PageTable *l2 = (PageTable *)DMPA2VA(pte2 & PGNUMMASK);
582 PageTable *l3 = (PageTable *)DMPA2VA(pte3 & PGNUMMASK);
622 PageTable *root = space->root;
627 PageTable *l1 = (PageTable *)DMPA2VA(pte & PGNUMMASK);
634 PageTable *l2 = (PageTable *)DMPA2VA(pte2 & PGNUMMASK);
641 PageTable *l3 = (PageTable *)DMPA2VA(pte3 & PGNUMMASK);