Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpmap_nopae.h53 #define LOWPTDI 1 macro
H A Dpmap_pae.h54 #define LOWPTDI 2 /* low memory map pde */ macro
/freebsd/sys/i386/i386/
H A Dpmap.c220 _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()