Searched refs:DMPDPphys (Results 1 – 1 of 1) sorted by relevance
476 static u_int64_t DMPDPphys; /* phys addr of direct mapped level 3 */ variable1812 DMPDPphys = allocpages(firstaddr, ndmpdpphys); in create_pagetables()1948 pdp_p = (pdp_entry_t *)DMPDPphys; in create_pagetables()1966 p4d_p[i] = (DMPDPphys + ptoa(i)) | X86_PG_RW | X86_PG_V | in create_pagetables()4250 pm_pml4[DMPML4I + i] = (DMPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()