Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/include/
H A Dpmap.h75 #define NUPD_TOTAL (NUPDP_TOTAL*NPDPEPG) /* total PD pages */ macro
76 #define NUPT_TOTAL (NUPD_TOTAL*NPDEPG) /* total PT pages */
/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap.c1031 if (m->pindex >= (NUPT_TOTAL + NUPD_TOTAL)) { in pmap_unwire_pgtable()
1063 m->pindex < (NUPT_TOTAL + NUPD_TOTAL)) { in pmap_unwire_pgtable()
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()
1263 } else if (p->pindex >= (NUPT_TOTAL + NUPD_TOTAL)) { in pmap_release_free_page()
1273 NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL); in pmap_release_free_page()
1292 NUPT_TOTAL + NUPD_TOTAL + in pmap_release_free_page()
1327 p->pindex, NUPT_TOTAL, NUPD_TOTAL, NUPDP_TOTAL); in pmap_release_free_page()
1385 if (ptepindex >= (NUPT_TOTAL + NUPD_TOTAL)) { in _pmap_allocpte()
1389 pindex = ptepindex - (NUPT_TOTAL + NUPD_TOTAL); in _pmap_allocpte()
[all …]
/dragonfly/sys/platform/pc64/include/
H A Dpmap.h90 #define NUPD_TOTAL (NPDPEPG * NUPDP_TOTAL) macro
91 #define NUPT_TOTAL (NPDEPG * NUPD_TOTAL)
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c491 ((va >> PDPSHIFT) & (NUPD_TOTAL - 1))); in pmap_pd_pindex()
498 return (NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL + in pmap_pdp_pindex()
506 return (NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL); in pmap_pml4_pindex()
2698 ptepindex += NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL; in pmap_allocpte()
2962 pindex += NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL; in pmap_release_callback()
3182 pdp_pindex = NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL + in pmap_remove_pv_pte()