Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.c1597 caddr_t end_pte_ptr; in htable_scan() local
1615 end_pte_ptr = (caddr_t)PT_INDEX_PTR(pte_ptr, HTABLE_NUM_PTES(ht)); in htable_scan()
1622 ASSERT(pte_ptr <= end_pte_ptr); in htable_scan()
1623 if (pte_ptr == end_pte_ptr) in htable_scan()
1630 if (va < eaddr && pte_ptr != end_pte_ptr) in htable_scan()