Home
last modified time | relevance | path

Searched refs:HTABLE_SHARED_PFN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c455 (ht->ht_flags & HTABLE_SHARED_PFN) || in htable_steal_active()
925 ht->ht_flags |= HTABLE_SHARED_PFN; in htable_alloc()
989 !(ht->ht_flags & HTABLE_SHARED_PFN) && in htable_free()
1005 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_free()
1211 if (!(ht->ht_flags & HTABLE_SHARED_PFN)) { in htable_release()
1233 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_release()
2078 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_set()
2215 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_inval()
2281 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_update()
2333 ASSERT(!(src->ht_flags & HTABLE_SHARED_PFN)); in x86pte_copy()
[all …]
H A Dhtable.h95 #define HTABLE_SHARED_PFN (0x02) macro
H A Dhat_i86.c1684 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_swapout()
3451 if (ht->ht_flags & HTABLE_SHARED_PFN) in hat_share()
3506 ASSERT(ht->ht_flags & HTABLE_SHARED_PFN); in hat_share()
3622 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_unshare()