Searched refs:NDMPML4E (Results 1 – 3 of 3) sorted by relevance
219 #define NDMPML4E 8 macro241 #define DMPML4I rounddown(KPML4BASE-NDMPML4E, NDMPML4E) /* Below KVM */
186 #define DMAP_MAX_ADDRESS KV4ADDR(DMPML4I + NDMPML4E, 0, 0, 0)
1522 CTASSERT(powerof2(NDMPML4E));1624 if (ndmpdpphys > NDMPML4E) { in create_pagetables()1629 printf("NDMPML4E limits system to %d GB\n", NDMPML4E * 512); in create_pagetables()1630 Maxmem = atop(NDMPML4E * NBPML4); in create_pagetables()1631 ndmpdpphys = NDMPML4E; in create_pagetables()1632 ndmpdp = NDMPML4E * NPDEPG; in create_pagetables()