Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dpmap.c417 static int ndmpdp; variable
1692 ndmpdp = howmany(ptoa(Maxmem), NBPDP); in create_pagetables()
1693 if (ndmpdp < 4) /* Minimum 4GB of dirmap */ in create_pagetables()
1694 ndmpdp = 4; in create_pagetables()
1695 ndmpdpphys = howmany(ndmpdp, NPDPEPG); in create_pagetables()
1704 ndmpdp = NDMPML4E * NPDEPG; in create_pagetables()
1724 if (ndm1g < ndmpdp) in create_pagetables()
1725 DMPDphys = allocpages(firstaddr, ndmpdp - ndm1g); in create_pagetables()
1726 dmaplimit = (vm_paddr_t)ndmpdp << PDPSHIFT; in create_pagetables()
1830 for (i = NPDEPG * ndm1g, j = 0; i < NPDEPG * ndmpdp; i++, j++) { in create_pagetables()
[all …]