Home
last modified time | relevance | path

Searched refs:pte3 (Results 1 – 1 of 1) sorted by relevance

/sys/amd64/
Dpmap.c130 PageEntry pte3 = tbl3->entries[k]; in PMap_DestroyAS() local
131 if (pte3 & PTE_P) { in PMap_DestroyAS()
132 ASSERT((pte3 & PTE_PS) == 0); // XXX: Large pages not supported in PMap_DestroyAS()
133 PageTable *tbl4 = (PageTable *)DMPA2VA(pte3 & PGNUMMASK); in PMap_DestroyAS()
143 PAlloc_Release((void *)DMPA2VA(pte3 & PGNUMMASK)); in PMap_DestroyAS()
581 PageEntry pte3 = l2->entries[k]; in PMap_DumpFull() local
582 PageTable *l3 = (PageTable *)DMPA2VA(pte3 & PGNUMMASK); in PMap_DumpFull()
584 if (!(pte3 & PTE_P)) in PMap_DumpFull()
589 (uint64_t)pte3); in PMap_DumpFull()
591 if ((pte3 & PTE_PS) == 0) { in PMap_DumpFull()
[all …]