Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c583 (ht->ht_flags & HTABLE_SHARED_PFN)|| in htable_steal()
866 ht->ht_flags |= HTABLE_SHARED_PFN; in htable_alloc()
930 !(ht->ht_flags & HTABLE_SHARED_PFN) && in htable_free()
946 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_free()
1155 if (!(ht->ht_flags & HTABLE_SHARED_PFN)) { in htable_release()
1177 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_release()
2053 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_set()
2189 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_inval()
2255 ASSERT(!(ht->ht_flags & HTABLE_SHARED_PFN)); in x86pte_update()
2307 ASSERT(!(src->ht_flags & HTABLE_SHARED_PFN)); in x86pte_copy()
[all …]
H A Dhtable.h93 #define HTABLE_SHARED_PFN (0x02) macro
H A Dhat_i86.c1172 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_swapout()
2975 if (ht->ht_flags & HTABLE_SHARED_PFN) in hat_share()
3030 ASSERT(ht->ht_flags & HTABLE_SHARED_PFN); in hat_share()
3146 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_unshare()