Searched refs:IndirectMemoryPrefetcher (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Dindirect_memory.hh52 class IndirectMemoryPrefetcher : public QueuedPrefetcher class in inherits:QueuedPrefetcher
189 IndirectMemoryPrefetcher(const IndirectMemoryPrefetcherParams *p);
190 ~IndirectMemoryPrefetcher() {}
H A Dindirect_memory.cc35 #include "params/IndirectMemoryPrefetcher.hh"
37 IndirectMemoryPrefetcher::IndirectMemoryPrefetcher( function in class:IndirectMemoryPrefetcher
61 IndirectMemoryPrefetcher::calculatePrefetch(const PrefetchInfo &pfi,
169 IndirectMemoryPrefetcher::allocateOrUpdateIPDEntry(
199 IndirectMemoryPrefetcher::trackMissIndex1(Addr miss_addr)
218 IndirectMemoryPrefetcher::trackMissIndex2(Addr miss_addr)
251 IndirectMemoryPrefetcher::checkAccessMatchOnActiveEntries(Addr addr)
264 IndirectMemoryPrefetcher*
267 return new IndirectMemoryPrefetcher(thi
[all...]
H A DPrefetcher.py174 class IndirectMemoryPrefetcher(QueuedPrefetcher): class in inherits:QueuedPrefetcher
175 type = 'IndirectMemoryPrefetcher'
176 cxx_class = 'IndirectMemoryPrefetcher'

Completed in 7 milliseconds