Home | History | Annotate | Download | only in memcheck

Lines Matching refs:victim

2199    OCacheLine *victim, *inL2;
2232 victim = &ocacheL1->set[setno].line[line];
2233 c = classify_OCacheLine(victim);
2244 ocacheL2_del_tag( victim->tag );
2250 inL2 = ocacheL2_find_tag( victim->tag );
2252 *inL2 = *victim;
2254 ocacheL2_add_line( victim );
2263 tl_assert(tag != victim->tag); /* stay sane */