Searched refs:lazyptd (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/i386/xen/
H A Dpmap.c1666 static u_int lazyptd; variable
1678 if (rcr3() == lazyptd)
1688 if (rcr3() == lazyptd)
1712 lazyptd = vtophys(pmap->pm_pdpt);
1714 lazyptd = vtophys(pmap->pm_pdir);
/freebsd-10.0-release/sys/i386/i386/
H A Dpmap.c1915 static u_int lazyptd; variable
1927 if (rcr3() == lazyptd)
1937 if (rcr3() == lazyptd)
1961 lazyptd = vtophys(pmap->pm_pdpt);
1963 lazyptd = vtophys(pmap->pm_pdir);

Completed in 169 milliseconds