Lines Matching refs:ht_hat
359 ht->ht_hat = NULL; /* no longer tied to a hat */ in htable_put_reserve()
667 if (ht->ht_hat == NULL) in htable_steal()
669 ASSERT(ht->ht_hat == hat); in htable_steal()
680 ht->ht_hat = NULL; in htable_steal()
836 ht->ht_hat = hat; in htable_alloc()
944 ht->ht_hat = hat; in htable_alloc()
976 hat_t *hat = ht->ht_hat; in htable_free()
1095 hat_t *hat = old->ht_hat; in unlink_ptp()
1157 (higher->ht_hat == kas.a_hat && higher->ht_level == VLP_LEVEL) || in link_ptp()
1160 hat_tlb_inval(higher->ht_hat, DEMAP_ALL_ADDR); in link_ptp()
1187 hat = ht->ht_hat; in htable_release()
1309 if (ht->ht_hat == hat && in htable_lookup()
1327 hat_t *hat = ht->ht_hat; in htable_acquire()
1397 ASSERT(ht->ht_hat == hat); in htable_create()
1467 (void) htable_lookup(shared->ht_hat, in htable_create()
1501 ht->ht_hat = hat; in htable_attach()
1949 return (PT_INDEX_PTR(ht->ht_hat->hat_vlp_ptes, index)); in x86pte_access_pagetable()
2103 hat_t *hat = ht->ht_hat; in x86pte_set()
2202 if (ht->ht_level == mmu.max_level && ht->ht_hat != kas.a_hat) { in x86pte_cas()
2204 ht->ht_hat->hat_user_ptable), entry)); in x86pte_cas()
2258 if ((ht->ht_hat->hat_flags & HAT_FREEING) && !IN_XPV_PANIC()) { in x86pte_inval()
2289 hat_tlb_inval(ht->ht_hat, htable_e2va(ht, entry)); in x86pte_inval()
2319 hat_tlb_inval(ht->ht_hat, htable_e2va(ht, entry)); in x86pte_update()
2424 pfn_to_pa(dest->ht_hat->hat_user_ptable), in x86pte_copy()