|
gem5
v20.1.0.5
|
Information used to create a new PC table. More...
#include <stride.hh>
Public Member Functions | |
| PCTableInfo (int assoc, int num_entries, BaseIndexingPolicy *indexing_policy, BaseReplacementPolicy *replacement_policy) | |
Public Attributes | |
| const int | assoc |
| const int | numEntries |
| BaseIndexingPolicy *const | indexingPolicy |
| BaseReplacementPolicy *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 106 of file stride.hh.
Referenced by Prefetcher::Stride::allocateNewContext().
| BaseIndexingPolicy* const Prefetcher::Stride::PCTableInfo::indexingPolicy |
Definition at line 109 of file stride.hh.
Referenced by Prefetcher::Stride::allocateNewContext().
| const int Prefetcher::Stride::PCTableInfo::numEntries |
Definition at line 107 of file stride.hh.
Referenced by Prefetcher::Stride::allocateNewContext().
| BaseReplacementPolicy* const Prefetcher::Stride::PCTableInfo::replacementPolicy |
Definition at line 110 of file stride.hh.
Referenced by Prefetcher::Stride::allocateNewContext().