Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/include/
H A Dpmap.h125 #define KPDPI (NPDPEPG-2) /* kernbase at -2GB */ macro
133 #define MPPDPI KPDPI
H A Dvmparam.h125 #define KERNBASE KVADDR(KPML4I + NKPML4E - 1, KPDPI, 0, 0)
/dragonfly/sys/platform/pc64/x86_64/
H A Dpmap.c900 nkpt_base = (NPDPEPG - KPDPI) * NPTEPG; /* typically 2 x 512 */ in create_pagetables()
946 KPDbase = allocpages(firstaddr, NPDPEPG - KPDPI); in create_pagetables()
1029 i = (NKPML4E - 1) * NPDPEPG + KPDPI; in create_pagetables()
1030 for (j = 0; j < NPDPEPG - KPDPI; ++j) { in create_pagetables()