Lines Matching refs:NUPDE
652 #define NUPDE (NUPDPE * NL3EPG) /* number of userland PD entries */ macro
4312 if (ptepindex >= (NUPDE + NUPDPE)) { in _pmap_allocpte()
4317 pml1index = ptepindex - (NUPDE + NUPDPE); in _pmap_allocpte()
4322 } else if (ptepindex >= NUPDE) { in _pmap_allocpte()
4329 pdpindex = ptepindex - NUPDE; in _pmap_allocpte()
4335 if (_pmap_allocpte(pmap, NUPDE + NUPDPE + pml1index, in _pmap_allocpte()
4368 if (_pmap_allocpte(pmap, NUPDE + pdpindex, in _pmap_allocpte()
4381 if (_pmap_allocpte(pmap, NUPDE + pdpindex, in _pmap_allocpte()
4422 pdpg = _pmap_allocpte(pmap, NUPDE + pdpindex, lockp); in pmap_allocl3e()
4800 if (m->pindex >= NUPDE + NUPDPE) { in _pmap_unwire_ptp()
4805 } else if (m->pindex >= NUPDE) { in _pmap_unwire_ptp()
4817 if (m->pindex < NUPDE) { in _pmap_unwire_ptp()
4824 else if (m->pindex >= NUPDE && m->pindex < (NUPDE + NUPDPE)) { in _pmap_unwire_ptp()