Home | History | Annotate | Download | only in mips

Lines Matching refs:bytes_to_flush

876     int bytes_to_flush = CachePage::kPageSize - offset;
877 FlushOnePage(i_cache, start, bytes_to_flush);
878 start += bytes_to_flush;
879 size -= bytes_to_flush;