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()
805 ASSERT(ht->ht_pfn != PFN_INVALID); in htable_alloc()
824 ht->ht_pfn = PFN_INVALID; in htable_alloc()
837 ht->ht_pfn = ptable_alloc((uintptr_t)ht); in htable_alloc()
838 if (ht->ht_pfn == PFN_INVALID) { in htable_alloc()
866 ptable_free(ht->ht_pfn); in htable_alloc()
867 ht->ht_pfn = PFN_INVALID; in htable_alloc()
872 } else if (kpm_vbase && xen_kpm_page(ht->ht_pfn, in htable_alloc()
875 ht->ht_pfn); in htable_alloc()
921 ht->ht_pfn = shared->ht_pfn; in htable_alloc()
937 ASSERT(ht->ht_pfn == PFN_INVALID); in htable_alloc()
960 (void) xen_kpm_page(ht->ht_pfn, PT_VALID); in htable_alloc()
988 ASSERT(ht->ht_pfn != PFN_INVALID); in htable_free()
1001 ASSERT(ht->ht_pfn != PFN_INVALID); in htable_free()
1003 ptable_free(ht->ht_pfn); in htable_free()
1011 ht->ht_pfn = PFN_INVALID; in htable_free()
1093 x86pte_t expect = MAKEPTP(old->ht_pfn, old->ht_level); in unlink_ptp()
1137 x86pte_t newptp = MAKEPTP(new->ht_pfn, new->ht_level); in link_ptp()
1509 ht->ht_pfn = pfn; in htable_attach()
1950 return (x86pte_mapin(ht->ht_pfn, index, ht)); in x86pte_access_pagetable()
2193 ma = pa_to_ma(PT_INDEX_PHYSADDR(pfn_to_pa(ht->ht_pfn), entry)); in x86pte_cas()
2266 ma = pa_to_ma(PT_INDEX_PHYSADDR(pfn_to_pa(ht->ht_pfn), entry)); in x86pte_inval()
2372 PT_INDEX_PTR(hat_kpm_pfn2va(src->ht_pfn), entry); in x86pte_copy()
2380 pte = MAKEPTE(src->ht_pfn, 0) | mmu.pt_global | mmu.pt_nx; in x86pte_copy()
2418 set_pteval(pfn_to_pa(dest->ht_pfn), entry, in x86pte_copy()
2465 newpte = MAKEPTE(dest->ht_pfn, 0) | PT_WRITABLE; in x86pte_zero()
2508 dump_page(ht->ht_pfn); in hat_dump()