Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dpmap.c447 static u_int64_t KPDPphys; /* phys addr of kernel level 3 */ variable
1725 KPDPphys = allocpages(firstaddr, NKPML4E); in create_pagetables()
1793 pdp_p = (pdp_entry_t *)(KPDPphys + ptoa(KPML4I - KPML4BASE)); in create_pagetables()
1897 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()
4320 pm_pml4[KPML4BASE + i] = (KPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()