Home
last modified time | relevance | path

Searched refs:HTABLE_COPIED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c675 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()
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()
[all …]
H A Dhtable.h94 #define HTABLE_COPIED (0x01) macro
136 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_COPIED) ? \
H A Dhat_i86.c1874 if (ht->ht_flags & HTABLE_COPIED) { in hati_pte_map()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c523 if (htable->ht_flags & HTABLE_COPIED) { in get_pte()