gem5
v21.2.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 | gem5::prefetch::StridePrefetcherHashedSetAssociative |
Override the default set associative to apply a specific hash function when extracting a set. More... | |
class | gem5::prefetch::Stride |
struct | gem5::prefetch::Stride::PCTableInfo |
Information used to create a new PC table. More... | |
struct | gem5::prefetch::Stride::StrideEntry |
Tagged by hashed PCs. More... | |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::replacement_policy | |
gem5::prefetch | |
Functions | |
gem5::GEM5_DEPRECATED_NAMESPACE (ReplacementPolicy, replacement_policy) | |
gem5::GEM5_DEPRECATED_NAMESPACE (Prefetcher, prefetch) | |
Describes a strided prefetcher.
Definition in file stride.hh.