Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/amd64/
HDpmap.c393 static int ndmpdp; variable
1650 ndmpdp = howmany(ptoa(Maxmem), NBPDP); in create_pagetables()
1651 if (ndmpdp < 4) /* Minimum 4GB of dirmap */ in create_pagetables()
1652 ndmpdp = 4; in create_pagetables()
1653 ndmpdpphys = howmany(ndmpdp, NPDPEPG); in create_pagetables()
1662 ndmpdp = NDMPML4E * NPDEPG; in create_pagetables()
1682 if (ndm1g < ndmpdp) in create_pagetables()
1683 DMPDphys = allocpages(firstaddr, ndmpdp - ndm1g); in create_pagetables()
1684 dmaplimit = (vm_paddr_t)ndmpdp << PDPSHIFT; in create_pagetables()
1780 for (i = NPDEPG * ndm1g, j = 0; i < NPDEPG * ndmpdp; i++, j++) { in create_pagetables()
[all …]