gem5
v20.1.0.0
|
#include <string>
#include <unordered_map>
#include <vector>
#include "base/sat_counter.hh"
#include "base/types.hh"
#include "mem/cache/prefetch/associative_set.hh"
#include "mem/cache/prefetch/queued.hh"
#include "mem/cache/replacement_policies/replaceable_entry.hh"
#include "mem/cache/tags/indexing_policies/set_associative.hh"
#include "mem/packet.hh"
#include "params/StridePrefetcherHashedSetAssociative.hh"
Go to the source code of this file.
Classes | |
class | Prefetcher::StridePrefetcherHashedSetAssociative |
Override the default set associative to apply a specific hash function when extracting a set. More... | |
class | Prefetcher::Stride |
struct | Prefetcher::Stride::PCTableInfo |
Information used to create a new PC table. More... | |
struct | Prefetcher::Stride::StrideEntry |
Tagged by hashed PCs. More... | |
Namespaces | |
Prefetcher | |
Copyright (c) 2018 Metempsy Technology Consulting All rights reserved. | |
Describes a strided prefetcher.
Definition in file stride.hh.