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

/gem5/src/mem/cache/prefetch/
H A Dbop.cc102 insertIntoRR(addr_x, RRWay::Left);
124 case RRWay::Left:
125 rrLeft[hash(addr, RRWay::Left)] = addr;
127 case RRWay::Right:
128 rrRight[hash(addr, RRWay::Right)] = addr;
234 insertIntoRR(tag_x, RRWay::Left);
259 insertIntoRR(tag_y - bestOffset, RRWay::Right);
H A Dbop.hh52 enum RRWay { enum in class:BOPPrefetcher

Completed in 6 milliseconds