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

/gem5/src/mem/cache/prefetch/
H A Dbop.cc34 #include "params/BOPPrefetcher.hh"
36 BOPPrefetcher::BOPPrefetcher(const BOPPrefetcherParams *p) function in class:BOPPrefetcher
96 BOPPrefetcher::delayQueueEventWrapper()
113 BOPPrefetcher::hash(Addr addr, unsigned int way) const
121 BOPPrefetcher::insertIntoRR(Addr addr, unsigned int way)
134 BOPPrefetcher::insertIntoDelayQueue(Addr x)
152 BOPPrefetcher::resetScores()
160 BOPPrefetcher::tag(Addr addr) const
166 BOPPrefetcher
[all...]
H A Dbop.hh48 class BOPPrefetcher : public QueuedPrefetcher class in inherits:QueuedPrefetcher
150 BOPPrefetcher(const BOPPrefetcherParams *p);
151 ~BOPPrefetcher() {}
H A DPrefetcher.py410 class BOPPrefetcher(QueuedPrefetcher): class in inherits:QueuedPrefetcher
411 type = "BOPPrefetcher"
412 cxx_class = "BOPPrefetcher"

Completed in 8 milliseconds