gem5 v24.0.0.0
|
Describes a strided prefetcher. More...
#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 | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::replacement_policy |
namespace | gem5::prefetch |
Describes a strided prefetcher.
Definition in file stride.hh.