Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dvmparam.h192 #define DMAP_MIN_ADDRESS KV4ADDR(DMPML4I, 0, 0, 0)
193 #define DMAP_MAX_ADDRESS KV4ADDR(DMPML4I + NDMPML4E, 0, 0, 0)
H A Dpmap.h254 #define DMPML4I rounddown(KPML4BASE-NDMPML4E, NDMPML4E) /* Below KVM */ macro
259 #define KASANPML4I (DMPML4I - NKASANPML4E) /* Below the direct map */
262 #define KMSANORIGPML4I (DMPML4I - NKMSANORIGPML4E)
/freebsd/sys/amd64/amd64/
H A Dpmap.c464 _Static_assert(DMPML4I + NDMPML4E <= KMSANSHADPML4I, "direct map overflow");
1896 p4_p[DMPML4I + i] = DMPDPphys + ptoa(i); in create_pagetables()
1897 p4_p[DMPML4I + i] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()
4353 pm_pml4[DMPML4I + i] = (DMPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()
4957 pmap->pm_pmltop[DMPML4I + i] = 0; in pmap_release()
12039 case DMPML4I: in sysctl_kmaps()