Searched refs:pm_ptphint (Results 1 – 4 of 4) sorted by relevance
372 pm->pm_ptphint = pg; in pmap_pde_alloc()387 if (pm->pm_ptphint && VM_PAGE_TO_PHYS(pm->pm_ptphint) == pa) in pmap_pde_ptp()388 return (pm->pm_ptphint); in pmap_pde_ptp()409 if (pmap->pm_ptphint == ptp) in pmap_pde_release()410 pmap->pm_ptphint = NULL; in pmap_pde_release()1219 pmap->pm_ptphint = NULL; in pmap_create()
57 struct vm_page *pm_ptphint; member
179 struct vm_page *pm_ptphint[PTP_LEVELS-1]; member
1241 kpm->pm_ptphint[i] = NULL;2440 if (pmap->pm_ptphint[lidx] && off == pmap->pm_ptphint[lidx]->offset) {2441 KASSERT(pmap->pm_ptphint[lidx]->wire_count > 0);2442 pg = pmap->pm_ptphint[lidx];2456 pmap->pm_ptphint[lidx] = pg;2470 if (pmap->pm_ptphint[lidx] == ptp)2471 pmap->pm_ptphint[lidx] = NULL;2594 pmap->pm_ptphint[0] = ptp;2636 pmap->pm_ptphint[[all...]