Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/amd64/amd64/
HDpmap.c458 static u_int64_t KPDPphys; /* phys addr of kernel level 3 */ variable
1740 KPDPphys = allocpages(firstaddr, NKPML4E); in create_pagetables()
1808 pdp_p = (pdp_entry_t *)(KPDPphys + ptoa(KPML4I - KPML4BASE)); in create_pagetables()
1912 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()
4350 pm_pml4[KPML4BASE + i] = (KPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()