41 #ifndef __MEM_CACHE_PREFETCH_MULTI_HH__ 42 #define __MEM_CACHE_PREFETCH_MULTI_HH__ 46 struct MultiPrefetcherParams;
72 #endif //__MEM_CACHE_PREFETCH_MULTI_HH__
MultiPrefetcher(const MultiPrefetcherParams *p)
PacketPtr getPacket() override
Tick nextPrefetchReadyTime() const override
Class containing the information needed by the prefetch to train and generate new prefetch requests...
uint64_t Tick
Tick count type.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void setCache(BaseCache *_cache) override
void notifyFill(const PacketPtr &pkt) override
Notify prefetcher of cache fill.
void notify(const PacketPtr &pkt, const PrefetchInfo &pfi) override
Ignore notifications since each sub-prefetcher already gets a notification through their probes-based...
std::list< BasePrefetcher * > prefetchers
List of sub-prefetchers ordered by priority.
Miss and writeback queue declarations.