Home | History | Annotate | Download | only in memcheck

Lines Matching refs:victim

2476    OCacheLine *victim, *inL2;
2509 victim = &ocacheL1->set[setno].line[line];
2510 c = classify_OCacheLine(victim);
2521 ocacheL2_del_tag( victim->tag );
2527 inL2 = ocacheL2_find_tag( victim->tag );
2529 *inL2 = *victim;
2531 ocacheL2_add_line( victim );
2540 tl_assert(tag != victim->tag); /* stay sane */