Searched refs:pdpgpa (Results 1 – 2 of 2) sorted by relevance
6017 vm_paddr_t pdpgpa; in pmap_demote_l2e() local6031 pdpgpa = VM_PAGE_TO_PHYS(pdpg); in pmap_demote_l2e()6032 firstpde = (pml3_entry_t *)PHYS_TO_DMAP(pdpgpa); in pmap_demote_l2e()6050 pde_store(l2e, pdpgpa); in pmap_demote_l2e()
9587 vm_paddr_t pdpgpa; in pmap_demote_pdpe() local9606 pdpgpa = VM_PAGE_TO_PHYS(pdpg); in pmap_demote_pdpe()9607 firstpde = (pd_entry_t *)PHYS_TO_DMAP(pdpgpa); in pmap_demote_pdpe()9608 newpdpe = pdpgpa | PG_M | PG_A | (oldpdpe & PG_U) | PG_RW | PG_V; in pmap_demote_pdpe()