gem5 v24.0.0.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, replacement_policy::Base *repl_policy) | |
Public Attributes | |
const int | assoc |
const int | numEntries |
BaseIndexingPolicy *const | indexingPolicy |
replacement_policy::Base *const | replacementPolicy |
Information used to create a new PC table.
All of them behave equally.
|
inline |
const int gem5::prefetch::Stride::PCTableInfo::assoc |
Definition at line 121 of file stride.hh.
Referenced by gem5::prefetch::Stride::allocateNewContext().
BaseIndexingPolicy* const gem5::prefetch::Stride::PCTableInfo::indexingPolicy |
Definition at line 124 of file stride.hh.
Referenced by gem5::prefetch::Stride::allocateNewContext().
const int gem5::prefetch::Stride::PCTableInfo::numEntries |
Definition at line 122 of file stride.hh.
Referenced by gem5::prefetch::Stride::allocateNewContext().
replacement_policy::Base* const gem5::prefetch::Stride::PCTableInfo::replacementPolicy |
Definition at line 125 of file stride.hh.
Referenced by gem5::prefetch::Stride::allocateNewContext().