Home | History | Annotate | Download | only in mips64

Lines Matching refs:bytes_to_flush

813     int bytes_to_flush = CachePage::kPageSize - offset;
814 FlushOnePage(i_cache, start, bytes_to_flush);
815 start += bytes_to_flush;
816 size -= bytes_to_flush;