Home
last modified time | relevance | path

Searched refs:HTABLE_LAST_PAGE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.h139 #define HTABLE_LAST_PAGE(ht) \ macro
153 #define HTABLE_LAST_PAGE(ht) ((ht)->ht_vaddr - MMU_PAGESIZE + \ macro
H A Dhtable.c1616 ASSERT(va <= HTABLE_LAST_PAGE(ht)); in htable_scan()
1699 if (va <= HTABLE_LAST_PAGE(prev)) { in htable_walk()
1852 ASSERT(va <= HTABLE_LAST_PAGE(ht)); in htable_va2entry()
H A Dhat_i86.c1973 if (ht->ht_vaddr > va || va > HTABLE_LAST_PAGE(ht)) { in hati_load_common()
1976 (void *)HTABLE_LAST_PAGE(ht), (void *)ht->ht_vaddr, in hati_load_common()
3316 ASSERT(vaddr <= HTABLE_LAST_PAGE(ht)); in hat_getpfnum()