Lines Matching refs:ht_hat
359 ht->ht_hat = NULL; /* no longer tied to a hat */ in htable_put_reserve()
671 if (ht->ht_hat == NULL) in htable_steal()
673 ASSERT(ht->ht_hat == hat); in htable_steal()
684 ht->ht_hat = NULL; in htable_steal()
841 ht->ht_hat = hat; in htable_alloc()
949 ht->ht_hat = hat; in htable_alloc()
981 hat_t *hat = ht->ht_hat; in htable_free()
1100 hat_t *hat = old->ht_hat; in unlink_ptp()
1162 hat_tlb_inval(higher->ht_hat, DEMAP_ALL_ADDR); in link_ptp()
1189 hat = ht->ht_hat; in htable_release()
1310 if (ht->ht_hat == hat && in htable_lookup()
1328 hat_t *hat = ht->ht_hat; in htable_acquire()
1399 ASSERT(ht->ht_hat == hat); in htable_create()
1469 (void) htable_lookup(shared->ht_hat, in htable_create()
1503 ht->ht_hat = hat; in htable_attach()
1919 ASSERT3U(index, <, ht->ht_hat->hat_num_copied); in x86pte_access_pagetable()
1920 return (PT_INDEX_PTR(ht->ht_hat->hat_copied_ptes, index)); in x86pte_access_pagetable()
2075 hat_t *hat = ht->ht_hat; in x86pte_set()
2173 if (ht->ht_level == mmu.max_level && ht->ht_hat != kas.a_hat) { in x86pte_cas()
2175 ht->ht_hat->hat_user_ptable), entry)); in x86pte_cas()
2228 if ((ht->ht_hat->hat_flags & HAT_FREEING) && !IN_XPV_PANIC()) { in x86pte_inval()
2259 hat_tlb_inval(ht->ht_hat, htable_e2va(ht, entry)); in x86pte_inval()
2289 hat_tlb_inval(ht->ht_hat, htable_e2va(ht, entry)); in x86pte_update()
2395 pfn_to_pa(dest->ht_hat->hat_user_ptable), in x86pte_copy()