Home | History | Annotate | Download | only in mips

Lines Matching refs:end_page

856   intptr_t end_page = ((start + size) & ~CachePage::kPageMask);
857 return start_page == end_page;