Home | History | Annotate | Download | only in callgrind

Lines Matching full:set_no

248 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag)
253 set = &(c->tags[set_no * c->assoc]);
354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
359 set = &(c->tags[set_no * c->assoc]);