Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/include/
HDpmap.h180 #define NUPDPE (NUPML4E*NPDPEPG)/* number of userland PDP pages */ macro
181 #define NUPDE (NUPDPE*NPDEPG) /* number of userland PD entries */
/NextBSD/sys/amd64/amd64/
HDpmap.c2130 if (m->pindex >= (NUPDE + NUPDPE)) { in _pmap_unwire_ptp()
2154 if (m->pindex >= NUPDE && m->pindex < (NUPDE + NUPDPE)) { in _pmap_unwire_ptp()
2336 if (ptepindex >= (NUPDE + NUPDPE)) { in _pmap_allocpte()
2341 pml4index = ptepindex - (NUPDE + NUPDPE); in _pmap_allocpte()
2358 if (_pmap_allocpte(pmap, NUPDE + NUPDPE + pml4index, in _pmap_allocpte()