Searched refs:HTABLE_COPIED (Results 1 – 4 of 4) sorted by relevance
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()[all …]
94 #define HTABLE_COPIED (0x01) macro136 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_COPIED) ? \
1874 if (ht->ht_flags & HTABLE_COPIED) { in hati_pte_map()
523 if (htable->ht_flags & HTABLE_COPIED) { in get_pte()