38 #include "params/TaggedPrefetcher.hh" 59 TaggedPrefetcherParams::create()
TaggedPrefetcher(const TaggedPrefetcherParams *p)
Describes a tagged prefetcher.
Addr getAddr() const
Obtains the address value of this Prefetcher address.
Class containing the information needed by the prefetch to train and generate new prefetch requests...
std::pair< Addr, int32_t > AddrPriority
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses) override
Addr blockAddress(Addr a) const
Determine the address of the block in which a lays.
unsigned blkSize
The block size of the parent cache.