Home
last modified time | relevance | path

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

/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap.c1036 } else if (m->pindex >= NUPT_TOTAL) { in pmap_unwire_pgtable()
1054 if (m->pindex < NUPT_TOTAL) { in pmap_unwire_pgtable()
1062 if (m->pindex >= NUPT_TOTAL && in pmap_unwire_pgtable()
1282 } else if (p->pindex >= NUPT_TOTAL) { in pmap_release_free_page()
1292 NUPT_TOTAL + NUPD_TOTAL + in pmap_release_free_page()
1293 (p->pindex - NUPT_TOTAL) / NPDPEPG); in pmap_release_free_page()
1296 idx = (p->pindex - NUPT_TOTAL) % NPDPEPG; in pmap_release_free_page()
1311 NUPT_TOTAL + p->pindex / NPDEPG); in pmap_release_free_page()
1393 } else if (ptepindex >= NUPT_TOTAL) { in _pmap_allocpte()
1398 pindex += NUPT_TOTAL + NUPD_TOTAL; in _pmap_allocpte()
[all …]
/dragonfly/sys/platform/pc64/include/
H A Dpmap.h91 #define NUPT_TOTAL (NPDEPG * NUPD_TOTAL) macro
92 #define NUPTE_TOTAL ((vm_pindex_t)NPTEPG * NUPT_TOTAL)
/dragonfly/sys/platform/vkernel64/include/
H A Dpmap.h76 #define NUPT_TOTAL (NUPD_TOTAL*NPDEPG) /* total PT pages */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c480 return (NUPTE_TOTAL + ((va >> PDRSHIFT) & (NUPT_TOTAL - 1))); in pmap_pt_pindex()
490 return (NUPTE_TOTAL + NUPT_TOTAL + 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()
2681 ptepindex += NUPTE_TOTAL + NUPT_TOTAL; in pmap_allocpte()
2698 ptepindex += NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL; in pmap_allocpte()
2955 pindex += NUPTE_TOTAL + NUPT_TOTAL; in pmap_release_callback()
2960 pindex = (pv->pv_pindex - NUPTE_TOTAL - NUPT_TOTAL) >> in pmap_release_callback()
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()
[all …]