Searched refs:bytes_to_flush (Results 1 – 3 of 3) sorted by relevance
877 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local878 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()879 start += bytes_to_flush; in FlushICache()880 size -= bytes_to_flush; in FlushICache()
807 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local808 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()809 start += bytes_to_flush; in FlushICache()810 size -= bytes_to_flush; in FlushICache()
645 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local646 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()647 start += bytes_to_flush; in FlushICache()648 size -= bytes_to_flush; in FlushICache()