Searched refs:NUPDPE (Results 1 – 3 of 3) sorted by relevance
219 #define NUPDPE (NUPML4E * NPDPEPG) /* number of userland PDP macro221 #define NUPDE (NUPDPE * NPDEPG) /* number of userland PD
651 #define NUPDPE (NUPML1E * NL2EPG)/* number of userland PDP pages */ macro 652 #define NUPDE (NUPDPE * NL3EPG) /* number of userland PD entries */4312 if (ptepindex >= (NUPDE + NUPDPE)) { in _pmap_allocpte() 4317 pml1index = ptepindex - (NUPDE + NUPDPE); in _pmap_allocpte() 4335 if (_pmap_allocpte(pmap, NUPDE + NUPDPE + pml1index, in _pmap_allocpte() 4800 if (m->pindex >= NUPDE + NUPDPE) { in _pmap_unwire_ptp() 4824 else if (m->pindex >= NUPDE && m->pindex < (NUPDE + NUPDPE)) { in _pmap_unwire_ptp()
1378 return (NUPDE + NUPDPE + (va >> PML4SHIFT)); in pmap_pml4e_pindex()1384 return (NUPDE + NUPDPE + NUPML4E + (va >> PML5SHIFT)); in pmap_pml5e_pindex()4186 if (m->pindex >= NUPDE + NUPDPE + NUPML4E) { in _pmap_unwire_ptp()4195 } else if (m->pindex >= NUPDE + NUPDPE) { in _pmap_unwire_ptp()4217 } else if (m->pindex < NUPDE + NUPDPE) { in _pmap_unwire_ptp()4221 } else if (m->pindex < NUPDE + NUPDPE + NUPML4E && pmap_is_la57(pmap)) { in _pmap_unwire_ptp()4710 if (ptepindex >= NUPDE + NUPDPE + NUPML4E) { in pmap_allocpte_nosleep()4727 } else if (ptepindex >= NUPDE + NUPDPE) { in pmap_allocpte_nosleep()