HTABLE_COPIED
if (htable->ht_flags & HTABLE_COPIED) {
if (ht->ht_flags & HTABLE_COPIED) {
} else if (!(ht->ht_flags & HTABLE_COPIED)) {
hat_tlb_inval(hat, (higher->ht_flags & HTABLE_COPIED) ?
if ((higher->ht_flags & HTABLE_COPIED) != 0)
if (ht->ht_flags & HTABLE_COPIED) {
if (ht->ht_flags & HTABLE_COPIED)
ASSERT(!(ht->ht_flags & HTABLE_COPIED));
ASSERT(!(dest->ht_flags & HTABLE_COPIED));
ASSERT(!(src->ht_flags & HTABLE_COPIED));
ASSERT(!(dest->ht_flags & HTABLE_COPIED));
if ((ht->ht_flags & HTABLE_COPIED) == 0)
ASSERT(!(ht->ht_flags & HTABLE_COPIED));
ht->ht_flags |= HTABLE_COPIED;
ASSERT((ht->ht_flags & HTABLE_COPIED) == 0);
#define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_COPIED) ? \