Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c203 pfn_t start_pfn; in sfmmu_vtop_impl() local
323 start_pfn = TTE_TO_TTEPFN(&tte); in sfmmu_vtop_impl()
324 *pap = (start_pfn << MMU_PAGESHIFT) + in sfmmu_vtop_impl()
328 sfhmep->hme_page + (pfn - start_pfn) : in sfmmu_vtop_impl()
/titanic_50/usr/src/uts/common/os/
H A Dmem_cage.c1677 pfn_t start_pfn; in kcage_cageout() local
1691 start_pfn = PFN_INVALID; /* force init with 1st cage pfn */ in kcage_cageout()
1725 if (start_pfn == PFN_INVALID) in kcage_cageout()
1726 start_pfn = pfn; in kcage_cageout()
1727 else if (start_pfn == pfn) { in kcage_cageout()
/titanic_50/usr/src/uts/common/xen/public/
H A Ddomctl.h120 uint64_aligned_t start_pfn; member