Searched refs:next_page (Results 1 – 1 of 1) sorted by relevance
140 uintptr_t next_page = RoundUp(start + 1, kPageSize); in FlushCpuCaches() local142 uintptr_t boundary = std::min(next_page, limit); in FlushCpuCaches()147 next_page += kPageSize; in FlushCpuCaches()