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

/gem5/src/mem/cache/prefetch/
H A Dbop.cc39 badScore(p->bad_score), rrEntries(p->rr_size),
48 if (!isPowerOf2(rrEntries)) {
59 rrLeft.resize(rrEntries);
60 rrRight.resize(rrEntries);
116 Addr hash2 = hash1 >> floorLog2(rrEntries);
117 return (hash1 ^ hash2) & (Addr)(rrEntries - 1);
H A Dbop.hh62 const unsigned int rrEntries; member in class:BOPPrefetcher

Completed in 4 milliseconds