Searched refs:HTABLE_VLP (Results 1 – 4 of 4) sorted by relevance
671 if (!(ht->ht_flags & HTABLE_VLP) && in htable_steal()936 ht->ht_flags |= HTABLE_VLP; in htable_alloc()987 ASSERT((ht->ht_flags & HTABLE_VLP) == 0); in htable_free()1002 } else if (!(ht->ht_flags & HTABLE_VLP)) { in htable_free()1122 hat_tlb_inval(hat, (higher->ht_flags & HTABLE_VLP) ? in unlink_ptp()1159 (higher->ht_flags & HTABLE_VLP)) in link_ptp()1948 if (ht->ht_flags & HTABLE_VLP) in x86pte_access_pagetable()2032 if (ht->ht_flags & HTABLE_VLP) in x86pte_release_pagetable()2192 ASSERT(!(ht->ht_flags & HTABLE_VLP)); /* no VLP yet */ in x86pte_cas()2361 ASSERT(!(dest->ht_flags & HTABLE_VLP)); in x86pte_copy()[all …]
93 #define HTABLE_VLP (0x01) macro130 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_VLP) ? 4 : 512)
337 if (ht->ht_flags & HTABLE_VLP) { in hat_alloc()1366 if (ht->ht_flags & HTABLE_VLP) { in hati_pte_map()
543 if (htable->ht_flags & HTABLE_VLP) { in get_pte()