Lines Matching refs:ht_hat
359 ht->ht_hat = NULL; /* no longer tied to a hat */ in htable_put_reserve()
652 if (ht->ht_hat == NULL) in htable_steal()
654 ASSERT(ht->ht_hat == hat); in htable_steal()
665 ht->ht_hat = NULL; in htable_steal()
821 ht->ht_hat = hat; in htable_alloc()
929 ht->ht_hat = hat; in htable_alloc()
961 hat_t *hat = ht->ht_hat; in htable_free()
1080 hat_t *hat = old->ht_hat; in unlink_ptp()
1142 (higher->ht_hat == kas.a_hat && higher->ht_level == VLP_LEVEL) || in link_ptp()
1145 hat_tlb_inval(higher->ht_hat, DEMAP_ALL_ADDR); in link_ptp()
1172 hat = ht->ht_hat; in htable_release()
1294 if (ht->ht_hat == hat && in htable_lookup()
1312 hat_t *hat = ht->ht_hat; in htable_acquire()
1382 ASSERT(ht->ht_hat == hat); in htable_create()
1452 (void) htable_lookup(shared->ht_hat, in htable_create()
1486 ht->ht_hat = hat; in htable_attach()
1934 return (PT_INDEX_PTR(ht->ht_hat->hat_vlp_ptes, index)); in x86pte_access_pagetable()
2088 hat_t *hat = ht->ht_hat; in x86pte_set()
2187 if (ht->ht_level == mmu.max_level && ht->ht_hat != kas.a_hat) { in x86pte_cas()
2189 ht->ht_hat->hat_user_ptable), entry)); in x86pte_cas()
2243 if ((ht->ht_hat->hat_flags & HAT_FREEING) && !IN_XPV_PANIC()) { in x86pte_inval()
2274 hat_tlb_inval(ht->ht_hat, htable_e2va(ht, entry)); in x86pte_inval()
2304 hat_tlb_inval(ht->ht_hat, htable_e2va(ht, entry)); in x86pte_update()
2409 pfn_to_pa(dest->ht_hat->hat_user_ptable), in x86pte_copy()