Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmparam.h185 #define DMAP_MIN_ADDRESS KV4ADDR(DMPML4I, 0, 0, 0)
186 #define DMAP_MAX_ADDRESS KV4ADDR(DMPML4I + NDMPML4E, 0, 0, 0)
H A Dpmap.h241 #define DMPML4I rounddown(KPML4BASE-NDMPML4E, NDMPML4E) /* Below KVM */ macro
248 #define LMEPML4I (DMPML4I - 1)
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1756 p4_p[DMPML4I + i] = DMPDPphys + ptoa(i); in create_pagetables()
1757 p4_p[DMPML4I + i] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()
4117 pm_pml4[DMPML4I + i] = (DMPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()
4668 pmap->pm_pmltop[DMPML4I + i] = 0; in pmap_release()
11317 case DMPML4I: in sysctl_kmaps()