Searched refs:ndmpdp (Results 1 – 1 of 1) sorted by relevance
417 static int ndmpdp; variable1692 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 …]