Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dpmap.h306 extern u_int64_t KPDPphys; /* physical address of kernel level 3 */
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c422 u_int64_t KPDPphys; /* phys addr of kernel level 3 */ variable
1656 KPDPphys = allocpages(firstaddr, NKPML4E); in create_pagetables()
1702 pdp_p = (pdp_entry_t *)(KPDPphys + ptoa(KPML4I - KPML4BASE)); in create_pagetables()
1762 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()
4113 pm_pml4[KPML4BASE + i] = (KPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()