Home
last modified time | relevance | path

Searched refs:HTABLE_VLP (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhtable.c671 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 …]
H A Dhtable.h93 #define HTABLE_VLP (0x01) macro
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()
1366 if (ht->ht_flags & HTABLE_VLP) { in hati_pte_map()
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c543 if (htable->ht_flags & HTABLE_VLP) { in get_pte()