Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/include/
H A Dpmap.h281 struct pv_entry *pm_pvhint_pt; /* pv_entry lookup hint */ member
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c574 pmap->pm_pvhint_pt = pv; in pv_cache()
591 pv = pmap->pm_pvhint_pt; in pv_entry_lookup()
2301 pmap->pm_pvhint_pt = NULL; in pmap_pinit0()
2325 pmap->pm_pvhint_pt = NULL; in pmap_pinit_simple()
4003 if (pmap->pm_pvhint_pt == pv) in _pv_free()
4004 pmap->pm_pvhint_pt = NULL; in _pv_free()