36#include "params/TaggedPrefetcher.hh"
Class containing the information needed by the prefetch to train and generate new prefetch requests.
Addr getAddr() const
Obtains the address value of this Prefetcher address.
unsigned blkSize
The block size of the parent cache.
Addr blockAddress(Addr a) const
Determine the address of the block in which a lays.
std::pair< Addr, int32_t > AddrPriority
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses, const CacheAccessor &cache) override
Tagged(const TaggedPrefetcherParams &p)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Provides generic cache lookup functions.
Describes a tagged prefetcher.