38#ifndef __MEM_CACHE_PREFETCH_MULTI_HH__
39#define __MEM_CACHE_PREFETCH_MULTI_HH__
48struct MultiPrefetcherParams;
56 Multi(
const MultiPrefetcherParams &
p);
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
Class containing the information needed by the prefetch to train and generate new prefetch requests.
PacketPtr getPacket() override
void notifyFill(const PacketPtr &pkt) override
Notify prefetcher of cache fill.
void setCache(BaseCache *_cache) override
std::vector< Base * > prefetchers
List of sub-prefetchers ordered by priority.
Tick nextPrefetchReadyTime() const override
void notify(const PacketPtr &pkt, const PrefetchInfo &pfi) override
Ignore notifications since each sub-prefetcher already gets a notification through their probes-based...
Miss and writeback queue declarations.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Tick
Tick count type.