Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c421 static u_int64_t KPDphys; /* phys addr of kernel level 2 */ variable
1672 KPDphys = allocpages(firstaddr, nkpdpe); in create_pagetables()
1679 pd_p = (pd_entry_t *)KPDphys; in create_pagetables()
1704 pdp_p[i + KPDPI] = (KPDphys + ptoa(i)) | X86_PG_RW | X86_PG_V; in create_pagetables()