Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhtable.c1612 caddr_t end_pte_ptr; in htable_scan() local
1630 end_pte_ptr = (caddr_t)PT_INDEX_PTR(pte_ptr, HTABLE_NUM_PTES(ht)); in htable_scan()
1637 ASSERT(pte_ptr <= end_pte_ptr); in htable_scan()
1638 if (pte_ptr == end_pte_ptr) in htable_scan()
1645 if (va < eaddr && pte_ptr != end_pte_ptr) in htable_scan()