Searched refs:next_page (Results 1 – 1 of 1) sorted by relevance
146 uintptr_t next_page = RoundUp(start + 1, page_size); in FlushCpuCaches() local148 uintptr_t boundary = std::min(next_page, limit); in FlushCpuCaches()153 next_page += page_size; in FlushCpuCaches()