Home
last modified time | relevance | path

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

/src/sys/amd64/include/
H A Dpmap.h193 #define KPML4BASE (NPML4EPG-NKPML4E) /* KVM at highest addresses */ macro
194 #define DMPML4I rounddown(KPML4BASE-NDMPML4E, NDMPML4E) /* Below KVM */
202 #define KMSANSHADPML4I (KPML4BASE - NKMSANSHADPML4E)
H A Dvmparam.h199 #define VM_MIN_KERNEL_ADDRESS_LA48 KV4ADDR(KPML4BASE, 0, 0, 0)
/src/sys/amd64/amd64/
H A Dpmap.c491 .km_low = KV4ADDR(KPML4BASE, 0, 0, 0),
492 .km_high = KV4ADDR(KPML4BASE + NKPML4E - 1, NPDPEPG - 1,
513 .km_low = KV4ADDR(KPML4BASE, 0, 0, 0),
514 .km_high = KV4ADDR(KPML4BASE + NKPML4E - 1, NPDPEPG - 1,
1919 pdp_p = (pdp_entry_t *)(KPDPphys + ptoa(KPML4I - KPML4BASE)); in create_pagetables()
2022 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()
2023 p4_p[KPML4BASE + i] |= X86_PG_RW | X86_PG_V; in create_pagetables()
4239 pm_pml4[KPML4BASE + i] = (KPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()
4843 pmap->pm_pmltop[KPML4BASE + i] = 0; in pmap_release()