Searched refs:end_it (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dsnoop_filter.hh286 * @param end_it Iterator to the end of the internal cache.
288 ReqLookupResult(SnoopFilterCache::iterator end_it) argument
289 : it(end_it), retryItem{0, 0}
/gem5/src/cpu/o3/
H A Dcpu.cc1555 ListIt end_it; local
1563 end_it = instList.begin();
1566 end_it = (rob.readTailInst(tid))->getInstListIt();
1577 // that were inserted after the given instruction iterator, end_it.
1578 while (inst_it != end_it) {

Completed in 10 milliseconds