Searched refs:end_pte_ptr (Results 1 – 1 of 1) sorted by relevance
1612 caddr_t end_pte_ptr; in htable_scan() local1630 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()