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

/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.hh185 * @param rmob_idx rmob position to start generating from
188 void reconstructSequence(unsigned int rmob_idx,
H A Dspatio_temporal_memory_streaming.cc187 STeMSPrefetcher::reconstructSequence(unsigned int rmob_idx, argument
192 // process rmob entries from rmob_idx (most recent with
194 for (int i = rmob_idx;
204 for (int i = rmob_idx;

Completed in 5 milliseconds