Searched refs:pdppg (Results 1 – 1 of 1) sorted by relevance
3970 vm_page_t pdpg, pdppg, pml4pg; in _pmap_unwire_ptp() local4011 pdppg = PHYS_TO_VM_PAGE(*pmap_pml4e(pmap, va) & PG_FRAME); in _pmap_unwire_ptp()4012 pmap_unwire_ptp(pmap, va, pdppg, free); in _pmap_unwire_ptp()4322 vm_page_t pdppg; in pmap_allocpte_getpdp() local4350 pdppg = PHYS_TO_VM_PAGE(*pml4 & PG_FRAME); in pmap_allocpte_getpdp()4352 pdppg->ref_count--; in pmap_allocpte_getpdp()4354 pdppg->ref_count++; in pmap_allocpte_getpdp()