Home
last modified time | relevance | path

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

/src/sys/amd64/amd64/
H A Dpmap.c454 static u_int64_t KPDPphys; /* phys addr of kernel level 3 */ variable
1851 KPDPphys = allocpages(firstaddr, NKPML4E); in create_pagetables()
1919 pdp_p = (pdp_entry_t *)(KPDPphys + ptoa(KPML4I - KPML4BASE)); in create_pagetables()
2022 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()
4239 pm_pml4[KPML4BASE + i] = (KPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()