Home
last modified time | relevance | path

Searched refs:ht_flags (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.c455 (ht->ht_flags & HTABLE_SHARED_PFN) || in htable_steal_active()
656 if (!(ht->ht_flags & HTABLE_VLP) && in htable_steal()
902 ht->ht_flags = 0; in htable_alloc()
905 ht->ht_flags |= HTABLE_SHARED_PFN; in htable_alloc()
921 ht->ht_flags |= HTABLE_VLP; in htable_alloc()
969 !(ht->ht_flags & HTABLE_SHARED_PFN) && in htable_free()
972 ASSERT((ht->ht_flags & HTABLE_VLP) == 0); in htable_free()
985 if (ht->ht_flags & HTABLE_SHARED_PFN) { in htable_free()
987 } else if (!(ht->ht_flags & HTABLE_VLP)) { in htable_free()
1107 hat_tlb_inval(hat, (higher->ht_flags & HTABLE_VLP) ? in unlink_ptp()
[all …]
H A Dhtable.h73 uint8_t ht_flags; /* see below */ member
130 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_VLP) ? 4 : 512)
H A Dhat_i86.c337 if (ht->ht_flags & HTABLE_VLP) { in hat_alloc()
1175 if (ht->ht_flags & HTABLE_SHARED_PFN) { in hat_swapout()
1366 if (ht->ht_flags & HTABLE_VLP) { in hati_pte_map()
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()
/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c112 ht->ht_flags = flags; in ht_create_table()
182 if ((handle->ht_flags & HTHF_FIXED_KEY) == 0) { in ht_default_hash()
239 if (handle->ht_flags & HTHF_FIXED_KEY) { in ht_add_item()
318 if ((handle->ht_flags & HTHF_FIXED_KEY) == 0) in ht_remove_item()
381 if ((handle->ht_flags & HTHF_FIXED_KEY) == 0) in ht_find_item()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dhash_table.h118 size_t ht_flags; member
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c543 if (htable->ht_flags & HTABLE_VLP) { in get_pte()