Home
last modified time | relevance | path

Searched refs:NUPDE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dpmap.c128 #define NUPDE (NPDEPG * NPDEPG) macro
129 #define NUSERPGTBLS (NUPDE + NPDEPG)
131 #define NUPDE (NPDEPG) macro
132 #define NUSERPGTBLS (NUPDE)
1015 if (m->pindex < NUPDE) { in _pmap_unwire_ptp()
1033 if (m->pindex < NUPDE) { in _pmap_unwire_ptp()
1196 if (ptepindex >= NUPDE) { in _pmap_allocpte()
1197 pmap->pm_segtab[ptepindex - NUPDE] = (pd_entry_t)pageva; in _pmap_allocpte()
1207 if (_pmap_allocpte(pmap, NUPDE + segindex, in _pmap_allocpte()
/f-stack/freebsd/amd64/include/
H A Dpmap.h208 #define NUPDE (NUPDPE * NPDEPG) /* number of userland PD macro
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1308 return (NUPDE + (va >> PDPSHIFT)); in pmap_pdpe_pindex()
1314 return (NUPDE + NUPDPE + (va >> PML4SHIFT)); in pmap_pml4e_pindex()
1320 return (NUPDE + NUPDPE + NUPML4E + (va >> PML5SHIFT)); in pmap_pml5e_pindex()
3977 if (m->pindex >= NUPDE + NUPDPE + NUPML4E) { in _pmap_unwire_ptp()
3986 } else if (m->pindex >= NUPDE + NUPDPE) { in _pmap_unwire_ptp()
3995 } else if (m->pindex >= NUPDE) { in _pmap_unwire_ptp()
4005 if (m->pindex < NUPDE) { in _pmap_unwire_ptp()
4009 } else if (m->pindex < NUPDE + NUPDPE) { in _pmap_unwire_ptp()
4424 if (ptepindex >= NUPDE + NUPDPE + NUPML4E) { in pmap_allocpte_nosleep()
4441 } else if (ptepindex >= NUPDE + NUPDPE) { in pmap_allocpte_nosleep()
[all …]