Searched refs:page_at (Results 1 – 1 of 1) sorted by relevance
395 if (page_at (a).is_empty ()) { a++; continue; } in is_equal()396 if (other->page_at (b).is_empty ()) { b++; continue; } in is_equal()398 !page_at (a).is_equal (&other->page_at (b))) in is_equal()404 if (!page_at (a).is_empty ()) { return false; } in is_equal()406 if (!other->page_at (b).is_empty ()) { return false; } in is_equal()480 Op::process (page_at (count).v, page_at (a).v, other->page_at (b).v); in process()499 page_at (count).v = other->page_at (b).v; in process()517 page_at (count).v = other->page_at (b).v; in process()656 if (!page_at (i).is_empty ()) in get_min()657 return page_map[i].major * page_t::PAGE_BITS + page_at (i).get_min (); in get_min()[all …]