Lines Matching refs:ht_pfn

360 	ASSERT(ht->ht_pfn == PFN_INVALID);  in htable_put_reserve()
381 ASSERT(ht->ht_pfn == PFN_INVALID); in htable_get_reserve()
404 ht->ht_pfn = PFN_INVALID; in htable_initial_reserve()
426 ASSERT(ht->ht_pfn == PFN_INVALID); in htable_adjust_reserve()
810 ASSERT(ht->ht_pfn != PFN_INVALID); in htable_alloc()
829 ht->ht_pfn = PFN_INVALID; in htable_alloc()
842 ht->ht_pfn = ptable_alloc((uintptr_t)ht); in htable_alloc()
843 if (ht->ht_pfn == PFN_INVALID) { in htable_alloc()
871 ptable_free(ht->ht_pfn); in htable_alloc()
872 ht->ht_pfn = PFN_INVALID; in htable_alloc()
877 } else if (kpm_vbase && xen_kpm_page(ht->ht_pfn, in htable_alloc()
880 ht->ht_pfn); in htable_alloc()
926 ht->ht_pfn = shared->ht_pfn; in htable_alloc()
942 ASSERT(ht->ht_pfn == PFN_INVALID); in htable_alloc()
965 (void) xen_kpm_page(ht->ht_pfn, PT_VALID); in htable_alloc()
993 ASSERT(ht->ht_pfn != PFN_INVALID); in htable_free()
1006 ASSERT(ht->ht_pfn != PFN_INVALID); in htable_free()
1008 ptable_free(ht->ht_pfn); in htable_free()
1016 ht->ht_pfn = PFN_INVALID; in htable_free()
1098 x86pte_t expect = MAKEPTP(old->ht_pfn, old->ht_level); in unlink_ptp()
1142 x86pte_t newptp = MAKEPTP(new->ht_pfn, new->ht_level); in link_ptp()
1511 ht->ht_pfn = pfn; in htable_attach()
1922 return (x86pte_mapin(ht->ht_pfn, index, ht)); in x86pte_access_pagetable()
2165 ma = pa_to_ma(PT_INDEX_PHYSADDR(pfn_to_pa(ht->ht_pfn), entry)); in x86pte_cas()
2236 ma = pa_to_ma(PT_INDEX_PHYSADDR(pfn_to_pa(ht->ht_pfn), entry)); in x86pte_inval()
2342 PT_INDEX_PTR(hat_kpm_pfn2va(src->ht_pfn), entry); in x86pte_copy()
2352 pte = MAKEPTE(src->ht_pfn, 0) | mmu.pt_global | mmu.pt_nx; in x86pte_copy()
2390 set_pteval(pfn_to_pa(dest->ht_pfn), entry, in x86pte_copy()
2435 newpte = MAKEPTE(dest->ht_pfn, 0) | PT_WRITABLE; in x86pte_zero()
2473 dump_page(ht->ht_pfn); in hat_dump()