|
gem5
v21.0.1.0
|
Information used to create a new PC table. More...
#include <stride.hh>
Public Member Functions | |
| PCTableInfo (int assoc, int num_entries, BaseIndexingPolicy *indexing_policy, ReplacementPolicy::Base *replacement_policy) | |
Public Attributes | |
| const int | assoc |
| const int | numEntries |
| BaseIndexingPolicy *const | indexingPolicy |
| ReplacementPolicy::Base *const | replacementPolicy |
Information used to create a new PC table.
All of them behave equally.
|
inline |
| const int Prefetcher::Stride::PCTableInfo::assoc |
Definition at line 108 of file stride.hh.
Referenced by Prefetcher::Stride::allocateNewContext().
| BaseIndexingPolicy* const Prefetcher::Stride::PCTableInfo::indexingPolicy |
Definition at line 111 of file stride.hh.
Referenced by Prefetcher::Stride::allocateNewContext().
| const int Prefetcher::Stride::PCTableInfo::numEntries |
Definition at line 109 of file stride.hh.
Referenced by Prefetcher::Stride::allocateNewContext().
| ReplacementPolicy::Base* const Prefetcher::Stride::PCTableInfo::replacementPolicy |
Definition at line 112 of file stride.hh.
Referenced by Prefetcher::Stride::allocateNewContext().