Lines Matching full:dirty
336 * With write-back, result can be a miss evicting a dirty line
337 * The dirty state of a cache line is stored in Bit0 of the tag for
339 * type (Read/Write), the line gets dirty on a write.
360 tmp_tag = set[i] | ref; // update dirty flag
440 * the write to the LL to make the LL line dirty.
571 * the write to the LL to make the LL line dirty.
1041 case WriteBackMemAccess: return "LL Miss (dirty)";