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

/gem5/src/mem/cache/prefetch/
H A Dpif.cc46 historyBufferTail(0),
173 historyBuffer[historyBufferTail] = spatialCompactor;
185 idx_entry->historyIndex = historyBufferTail;
187 historyBufferTail++;
188 if (historyBufferTail == historyBuffer.size()) {
189 historyBufferTail = 0;
H A Dpif.hh131 unsigned int historyBufferTail; member in class:PIFPrefetcher

Completed in 6 milliseconds