Searched refs:LMSPML4I (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | vmparam.h | 188 #define LARGEMAP_MIN_ADDRESS KV4ADDR(LMSPML4I, 0, 0, 0)
|
| H A D | pmap.h | 247 #define LMSPML4I (PML4PML4I + 1) macro
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 2432 if (lm_ents > LMEPML4I - LMSPML4I + 1) in pmap_init() 2433 lm_ents = LMEPML4I - LMSPML4I + 1; in pmap_init() 2447 kernel_pml4[LMSPML4I + i] = X86_PG_V | in pmap_init() 4127 pm_pml4[LMSPML4I + i] = kernel_pmap->pm_pmltop[LMSPML4I + i]; in pmap_pinit_pml4() 4671 pmap->pm_pmltop[LMSPML4I + i] = 0; in pmap_release() 10120 KASSERT(LMSPML4I <= pml4_idx && pml4_idx < LMSPML4I + lm_ents, in pmap_large_map_pdpe() 10123 (uintmax_t)va, (uintmax_t)pml4_idx, LMSPML4I, lm_ents)); in pmap_large_map_pdpe() 10127 (uintmax_t)va, (uintmax_t)pml4_idx, LMSPML4I, lm_ents)); in pmap_large_map_pdpe() 11323 case LMSPML4I: in sysctl_kmaps()
|