Searched refs:start_pfn (Results 1 – 3 of 3) sorted by relevance
203 pfn_t start_pfn; in sfmmu_vtop_impl() local323 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()
1677 pfn_t start_pfn; in kcage_cageout() local1691 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()
120 uint64_aligned_t start_pfn; member