Home
last modified time | relevance | path

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

/trueos/sys/amd64/amd64/
HDpmap.c360 static u_int64_t DMPDPphys; /* phys addr of direct mapped level 3 */ variable
722 DMPDPphys = allocpages(firstaddr, ndmpdpphys); in create_pagetables()
789 pdp_p = (pdp_entry_t *)DMPDPphys; in create_pagetables()
808 p4_p[DMPML4I + i] = DMPDPphys + ptoa(i); in create_pagetables()
2264 pmap->pm_pml4[DMPML4I + i] = (DMPDPphys + ptoa(i)) | in pmap_pinit_type()