Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/amd64/
H A Dpmap.c388 static u_int64_t DMPDPphys; /* phys addr of direct mapped level 3 */ variable
1450 DMPDPphys = allocpages(firstaddr, ndmpdpphys); in create_pagetables()
1537 pdp_p = (pdp_entry_t *)DMPDPphys; in create_pagetables()
1572 p4_p[DMPML4I + i] = DMPDPphys + ptoa(i); in create_pagetables()
3439 pm_pml4[DMPML4I + i] = (DMPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()