NUPDE
return (NUPDE + (va >> PDPSHIFT));
return (NUPDE + NUPDPE + (va >> PML4SHIFT));
return (NUPDE + NUPDPE + NUPML4E + (va >> PML5SHIFT));
if (m->pindex >= NUPDE + NUPDPE + NUPML4E) {
} else if (m->pindex >= NUPDE + NUPDPE) {
} else if (m->pindex >= NUPDE) {
if (m->pindex < NUPDE) {
} else if (m->pindex < NUPDE + NUPDPE) {
} else if (m->pindex < NUPDE + NUPDPE + NUPML4E && pmap_is_la57(pmap)) {
if (ptepindex >= NUPDE + NUPDPE + NUPML4E) {
} else if (ptepindex >= NUPDE + NUPDPE) {
} else if (ptepindex >= NUPDE) {
pdpg = pmap_allocpte_alloc(pmap, NUPDE + pdpindex, lockp, va);
if (ptepindex >= (NUPDE + NUPDPE)) {
pml1index = ptepindex - (NUPDE + NUPDPE);
} else if (ptepindex >= NUPDE) {
pdpindex = ptepindex - NUPDE;
if (_pmap_allocpte(pmap, NUPDE + NUPDPE + pml1index,
if (_pmap_allocpte(pmap, NUPDE + pdpindex,
if (_pmap_allocpte(pmap, NUPDE + pdpindex,
pdpg = _pmap_allocpte(pmap, NUPDE + pdpindex, lockp);
if (m->pindex >= NUPDE + NUPDPE) {
} else if (m->pindex >= NUPDE) {
if (m->pindex < NUPDE) {
else if (m->pindex >= NUPDE && m->pindex < (NUPDE + NUPDPE)) {