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