Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c428 static u_int64_t DMPDphys; /* phys addr of direct mapped level 2 */ variable
1651 DMPDphys = allocpages(firstaddr, ndmpdp - ndm1g); in create_pagetables()
1714 pd_p = (pd_entry_t *)DMPDphys; in create_pagetables()
1729 pdp_p[i] = DMPDphys + ptoa(j); in create_pagetables()