Searched refs:LOWPTDI (Results 1 – 3 of 3) sorted by relevance
53 #define LOWPTDI 1 macro
54 #define LOWPTDI 2 /* low memory map pde */ macro
220 _Static_assert(PMAP_MAP_LOW == VADDR(LOWPTDI, 0), "PMAP_MAP_LOW");409 _Static_assert(LOWPTDI * 2 * NBPDR == KERNBASE,417 for (i = 0; i < LOWPTDI; i++) in __CONCAT() 418 IdlePTD[i] = enable ? IdlePTD[LOWPTDI + i] : 0; in __CONCAT() 498 pmap_cold_mapident(0, atop(NBPDR) * LOWPTDI); in __CONCAT() 499 pmap_cold_map(0, NBPDR * LOWPTDI, atop(NBPDR) * LOWPTDI); in __CONCAT() 6051 PTD[KPTDI] = enable ? PTD[LOWPTDI] : 0; in __CONCAT() 6361 else if (i == LOWPTDI * NPTEPG) in __CONCAT()