Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h136 #define HTABLE_NUM_PTES(ht) (((ht)->ht_flags & HTABLE_COPIED) ? \ macro
142 ((uintptr_t)HTABLE_NUM_PTES(ht) << LEVEL_SHIFT((ht)->ht_level))))
150 #define HTABLE_NUM_PTES(ht) \ macro
154 ((uintptr_t)HTABLE_NUM_PTES(ht) << LEVEL_SHIFT((ht)->ht_level)))
H A Dhtable.c474 e < HTABLE_NUM_PTES(ht) && ht->ht_valid_cnt > 0 && in htable_steal_active()
1563 for (i = 0; i < HTABLE_NUM_PTES(ht); ++i) { in htable_attach()
1628 end_pte_ptr = (caddr_t)PT_INDEX_PTR(pte_ptr, HTABLE_NUM_PTES(ht)); in htable_scan()
1853 return ((va >> LEVEL_SHIFT(l)) & (HTABLE_NUM_PTES(ht) - 1)); in htable_va2entry()
1866 ASSERT(entry < HTABLE_NUM_PTES(ht)); in htable_e2va()
H A Dhat_i86.c566 cnt = HTABLE_NUM_PTES(ht) - start; in hat_alloc()
3493 for (e = 1; e < HTABLE_NUM_PTES(ism_ht); ++e) { in hat_share()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c515 return (entry & HTABLE_NUM_PTES(htable) - 1); in va2entry()
761 entry < HTABLE_NUM_PTES(&htable); in do_report_maps()