Home
last modified time | relevance | path

Searched refs:NUPDP_TOTAL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/platform/vkernel64/include/
H A Dpmap.h74 #define NUPDP_TOTAL (NPML4EPG/2) /* total PDP pages */ macro
75 #define NUPD_TOTAL (NUPDP_TOTAL*NPDPEPG) /* total PD pages */
84 #define PML4PML4I NUPDP_TOTAL /* Index of recursive pml4 mapping */
85 #define NUPML4E NUPDP_TOTAL /* for vmparam.h */
/dragonfly/sys/platform/pc64/include/
H A Dpmap.h89 #define NUPDP_TOTAL (NPML4EPG) macro
90 #define NUPD_TOTAL (NPDPEPG * NUPDP_TOTAL)
/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap.c1163 pmap->pm_pteobj = vm_object_allocate(OBJT_DEFAULT, NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL + 1); in pmap_pinit()
1172 NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL, in pmap_pinit()
1258 if (p->pindex == NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL) { in pmap_release_free_page()
1273 NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL); in pmap_release_free_page()
1327 p->pindex, NUPT_TOTAL, NUPD_TOTAL, NUPDP_TOTAL); in pmap_release_free_page()
1338 if (p->pindex == NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL) { in pmap_release_free_page()
1390 pindex &= (NUPDP_TOTAL - 1); in _pmap_allocpte()
1511 if (p->pindex == NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL) { in pmap_release_callback()
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c499 ((va >> PML4SHIFT) & (NUPDP_TOTAL - 1))); in pmap_pdp_pindex()
506 return (NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL); in pmap_pml4_pindex()