Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhtable.c455 (ht->ht_flags & HTABLE_SHARED_PFN) || in htable_steal_active()
920 ht->ht_flags |= HTABLE_SHARED_PFN; in htable_alloc()
984 !(ht->ht_flags & HTABLE_SHARED_PFN) && in htable_free()
1000 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_free()
1209 if (!(ht->ht_flags & HTABLE_SHARED_PFN)) { in htable_release()
1231 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_release()
2106 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_set()
2245 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_inval()
2311 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_update()
2363 ASSERT(!(src->ht_flags & HTABLE_SHARED_PFN)); in x86pte_copy()
[all …]
H A Dhtable.h94 #define HTABLE_SHARED_PFN (0x02) macro
H A Dhat_i86.c1175 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_swapout()
2966 if (ht->ht_flags & HTABLE_SHARED_PFN) in hat_share()
3021 ASSERT(ht->ht_flags & HTABLE_SHARED_PFN); in hat_share()
3137 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_unshare()