Lines Matching refs:HTABLE_COPIED
675 ASSERT(!(ht->ht_flags & HTABLE_COPIED)); in htable_steal()
941 ht->ht_flags |= HTABLE_COPIED; in htable_alloc()
992 ASSERT((ht->ht_flags & HTABLE_COPIED) == 0); in htable_free()
1007 } else if (!(ht->ht_flags & HTABLE_COPIED)) { in htable_free()
1127 hat_tlb_inval(hat, (higher->ht_flags & HTABLE_COPIED) ? in unlink_ptp()
1161 if ((higher->ht_flags & HTABLE_COPIED) != 0) in link_ptp()
1918 if (ht->ht_flags & HTABLE_COPIED) { in x86pte_access_pagetable()
2004 if (ht->ht_flags & HTABLE_COPIED) in x86pte_release_pagetable()
2164 ASSERT(!(ht->ht_flags & HTABLE_COPIED)); in x86pte_cas()
2331 ASSERT(!(dest->ht_flags & HTABLE_COPIED)); in x86pte_copy()
2332 ASSERT(!(src->ht_flags & HTABLE_COPIED)); in x86pte_copy()
2423 ASSERT(!(dest->ht_flags & HTABLE_COPIED)); in x86pte_zero()
2472 if ((ht->ht_flags & HTABLE_COPIED) == 0) in hat_dump()