gem5  [DEVELOP-FOR-23.0]
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 
46 namespace gem5
47 {
48 
49 struct SlimAMPMPrefetcherParams;
50 
51 namespace prefetch
52 {
53 
54 class 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__
access_map_pattern_matching.hh
gem5::prefetch::SlimAMPM::SlimAMPM
SlimAMPM(const SlimAMPMPrefetcherParams &p)
Definition: slim_ampm.cc:39
gem5::prefetch::DeltaCorrelatingPredictionTables
Delta Correlating Prediction Tables Prefetcher References: Multi-level hardware prefetching using low...
Definition: delta_correlating_prediction_tables.hh:60
gem5::prefetch::SlimAMPM::~SlimAMPM
~SlimAMPM()=default
std::vector
STL vector class.
Definition: stl.hh:37
queued.hh
gem5::prefetch::SlimAMPM::ampm
AccessMapPatternMatching & ampm
AMPM prefetcher object.
Definition: slim_ampm.hh:57
gem5::VegaISA::p
Bitfield< 54 > p
Definition: pagetable.hh:70
gem5::prefetch::Queued
Definition: queued.hh:59
delta_correlating_prediction_tables.hh
gem5
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Definition: gpu_translation_state.hh:37
gem5::prefetch::SlimAMPM
Definition: slim_ampm.hh:54
gem5::prefetch::SlimAMPM::calculatePrefetch
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses) override
Definition: slim_ampm.cc:45
gem5::prefetch::SlimAMPM::dcpt
DeltaCorrelatingPredictionTables & dcpt
DCPT prefetcher object.
Definition: slim_ampm.hh:59
gem5::prefetch::Base::PrefetchInfo
Class containing the information needed by the prefetch to train and generate new prefetch requests.
Definition: base.hh:96
gem5::prefetch::AccessMapPatternMatching
Definition: access_map_pattern_matching.hh:55

Generated on Sun Jul 30 2023 01:56:57 for gem5 by doxygen 1.8.17