Searched refs:ht_flags (Results 1 – 6 of 6) sorted by relevance
455 (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 …]
73 uint8_t ht_flags; /* see below */ member130 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_VLP) ? 4 : 512)
337 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()
112 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()
118 size_t ht_flags; member
543 if (htable->ht_flags & HTABLE_VLP) { in get_pte()