Searched refs:pte4 (Results 1 – 1 of 1) sorted by relevance
135 PageEntry pte4 = tbl4->entries[l]; in PMap_DestroyAS() local136 if (pte4 & PTE_P) { in PMap_DestroyAS()138 PAlloc_Release((void *)DMPA2VA(pte4 & PGNUMMASK)); in PMap_DestroyAS()593 PageEntry pte4 = l3->entries[l]; in PMap_DumpFull() local597 (uint64_t)pte4); in PMap_DumpFull()648 PageEntry pte4 = l3->entries[l]; in PMap_Dump() local650 if (pte4 & PTE_P) in PMap_Dump()653 (uint64_t)pte4, in PMap_Dump()654 (pte4 & PTE_W) ? 'W' : ' ', in PMap_Dump()655 (pte4 & PTE_NX) ? ' ' : 'X', in PMap_Dump()[all …]