Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/include/
H A Dpmap.h277 extern u_int64_t KPDPphys; /* physical address of kernel level 3 */
/freebsd-12.1/sys/amd64/amd64/
H A Dpmap.c384 u_int64_t KPDPphys; /* phys addr of kernel level 3 */ variable
1472 KPDPphys = allocpages(firstaddr, NKPML4E); in create_pagetables()
1518 pdp_p = (pdp_entry_t *)(KPDPphys + ptoa(KPML4I - KPML4BASE)); in create_pagetables()
1578 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()
3435 pm_pml4[KPML4BASE + i] = (KPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()