Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c392 static int ndmpdp; variable
1620 ndmpdp = howmany(ptoa(Maxmem), NBPDP); in create_pagetables()
1621 if (ndmpdp < 4) /* Minimum 4GB of dirmap */ in create_pagetables()
1622 ndmpdp = 4; in create_pagetables()
1623 ndmpdpphys = howmany(ndmpdp, NPDPEPG); in create_pagetables()
1632 ndmpdp = NDMPML4E * NPDEPG; in create_pagetables()
1650 if (ndm1g < ndmpdp) in create_pagetables()
1651 DMPDphys = allocpages(firstaddr, ndmpdp - ndm1g); in create_pagetables()
1652 dmaplimit = (vm_paddr_t)ndmpdp << PDPSHIFT; in create_pagetables()
1715 for (i = NPDEPG * ndm1g, j = 0; i < NPDEPG * ndmpdp; i++, j++) { in create_pagetables()
[all …]