gem5 v23.0.0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
slim_ampm.hh
Go to the documentation of this file.
1
29#ifndef __MEM_CACHE_PREFETCH_SLIM_AMPM_HH__
30#define __MEM_CACHE_PREFETCH_SLIM_AMPM_HH__
31
35
46namespace gem5
47{
48
49struct SlimAMPMPrefetcherParams;
50
51namespace prefetch
52{
53
54class SlimAMPM : public Queued
55{
60 public:
61 SlimAMPM(const SlimAMPMPrefetcherParams &p);
62 ~SlimAMPM() = default;
63
64 void calculatePrefetch(const PrefetchInfo &pfi,
65 std::vector<AddrPriority> &addresses) override;
66};
67
68} // namespace prefetch
69} // namespace gem5
70
71#endif//__MEM_CACHE_PREFETCH_SLIM_AMPM_HH__
Class containing the information needed by the prefetch to train and generate new prefetch requests.
Definition base.hh:97
Delta Correlating Prediction Tables Prefetcher References: Multi-level hardware prefetching using low...
DeltaCorrelatingPredictionTables & dcpt
DCPT prefetcher object.
Definition slim_ampm.hh:59
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses) override
Definition slim_ampm.cc:45
AccessMapPatternMatching & ampm
AMPM prefetcher object.
Definition slim_ampm.hh:57
STL vector class.
Definition stl.hh:37
Bitfield< 0 > p
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....

Generated on Mon Jul 10 2023 15:32:04 for gem5 by doxygen 1.9.7