gem5  v22.1.0.0
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 
46 namespace gem5
47 {
48 
49 struct SlimAMPMPrefetcherParams;
50 
52 namespace prefetch
53 {
54 
55 class SlimAMPM : public Queued
56 {
61  public:
62  SlimAMPM(const SlimAMPMPrefetcherParams &p);
63  ~SlimAMPM() = default;
64 
65  void calculatePrefetch(const PrefetchInfo &pfi,
66  std::vector<AddrPriority> &addresses) override;
67 };
68 
69 } // namespace prefetch
70 } // namespace gem5
71 
72 #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:98
Delta Correlating Prediction Tables Prefetcher References: Multi-level hardware prefetching using low...
SlimAMPM(const SlimAMPMPrefetcherParams &p)
Definition: slim_ampm.cc:40
DeltaCorrelatingPredictionTables & dcpt
DCPT prefetcher object.
Definition: slim_ampm.hh:60
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses) override
Definition: slim_ampm.cc:46
AccessMapPatternMatching & ampm
AMPM prefetcher object.
Definition: slim_ampm.hh:58
STL vector class.
Definition: stl.hh:37
Bitfield< 54 > p
Definition: pagetable.hh:70
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)

Generated on Wed Dec 21 2022 10:22:36 for gem5 by doxygen 1.9.1