Symbol: NUPD_TOTAL
sys/platform/pc64/include/pmap.h
91
#define NUPT_TOTAL (NPDEPG * NUPD_TOTAL)
sys/platform/pc64/x86_64/pmap.c
2702
ptepindex += NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL;
sys/platform/pc64/x86_64/pmap.c
2966
pindex += NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL;
sys/platform/pc64/x86_64/pmap.c
3186
pdp_pindex = NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL +
sys/platform/pc64/x86_64/pmap.c
491
((va >> PDPSHIFT) & (NUPD_TOTAL - 1)));
sys/platform/pc64/x86_64/pmap.c
498
return (NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL +
sys/platform/pc64/x86_64/pmap.c
506
return (NUPTE_TOTAL + NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL);
sys/platform/vkernel64/include/pmap.h
76
#define NUPT_TOTAL (NUPD_TOTAL*NPDEPG) /* total PT pages */
sys/platform/vkernel64/platform/pmap.c
1050
if (m->pindex >= (NUPT_TOTAL + NUPD_TOTAL)) {
sys/platform/vkernel64/platform/pmap.c
1082
m->pindex < (NUPT_TOTAL + NUPD_TOTAL)) {
sys/platform/vkernel64/platform/pmap.c
1182
pmap->pm_pteobj = vm_object_allocate(OBJT_DEFAULT, NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL + 1);
sys/platform/vkernel64/platform/pmap.c
1191
NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL,
sys/platform/vkernel64/platform/pmap.c
1277
if (p->pindex == NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL) {
sys/platform/vkernel64/platform/pmap.c
1282
} else if (p->pindex >= (NUPT_TOTAL + NUPD_TOTAL)) {
sys/platform/vkernel64/platform/pmap.c
1292
NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL);
sys/platform/vkernel64/platform/pmap.c
1295
idx = (p->pindex - (NUPT_TOTAL + NUPD_TOTAL)) % NPML4EPG;
sys/platform/vkernel64/platform/pmap.c
1311
NUPT_TOTAL + NUPD_TOTAL +
sys/platform/vkernel64/platform/pmap.c
1346
p->pindex, NUPT_TOTAL, NUPD_TOTAL, NUPDP_TOTAL);
sys/platform/vkernel64/platform/pmap.c
1357
if (p->pindex == NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL) {
sys/platform/vkernel64/platform/pmap.c
1404
if (ptepindex >= (NUPT_TOTAL + NUPD_TOTAL)) {
sys/platform/vkernel64/platform/pmap.c
1408
pindex = ptepindex - (NUPT_TOTAL + NUPD_TOTAL);
sys/platform/vkernel64/platform/pmap.c
1417
pindex += NUPT_TOTAL + NUPD_TOTAL;
sys/platform/vkernel64/platform/pmap.c
1530
if (p->pindex == NUPT_TOTAL + NUPD_TOTAL + NUPDP_TOTAL) {