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

/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.cc53 rmob(p->region_miss_order_buffer_entries), rmobHead(0)
108 RegionMissOrderBufferEntry &rmob_entry = rmob[rmobHead];
109 rmobHead = (rmobHead + 1) % rmob.size();
173 for (unsigned int idx = (rmobHead - 1) % rmob.size();
174 idx != rmobHead && rmob[idx].valid;
193 // address = sr_addr) to the last one (rmobHead)
195 i != rmobHead && idx < reconstructionEntries;
205 i != rmobHead && idx < reconstructionEntries;
H A Dspatio_temporal_memory_streaming.hh167 unsigned int rmobHead; member in class:STeMSPrefetcher

Completed in 6 milliseconds