Searched refs:pte (Results 1 – 1 of 1) sorted by relevance
42 PageEntry pte = DMVA2PA((uint64_t)pgtbl) | PTE_W | PTE_P; in PMap_Init() local46 systemAS.root->entries[i] = pte; in PMap_Init()121 PageEntry pte = space->root->entries[i]; in PMap_DestroyAS() local122 if (pte & PTE_P) { in PMap_DestroyAS()124 PageTable *tbl2 = (PageTable *)DMPA2VA(pte & PGNUMMASK); in PMap_DestroyAS()153 PAlloc_Release((void *)DMPA2VA(pte & PGNUMMASK)); in PMap_DestroyAS()224 PageEntry pte; in PMap_Translate() local232 pte = table->entries[i]; in PMap_Translate()233 if (pte == 0) { in PMap_Translate()234 ASSERT(pte); in PMap_Translate()[all …]