Searched refs:PCTable (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/cache/prefetch/
H A Dstride.hh98 class PCTable class in class:StridePrefetcher
109 PCTable(int assoc, int sets, const std::string name,
115 ~PCTable();
153 std::unordered_map<int, PCTable> pcTables;
162 PCTable* findTable(int context);
170 PCTable* allocateNewContext(int context);
H A Dstride.cc93 StridePrefetcher::PCTable*
105 StridePrefetcher::PCTable*
110 PCTable(pcTableAssoc, pcTableSets, name(), replacementPolicy)));
118 StridePrefetcher::PCTable::PCTable(int assoc, int sets, const std::string name, function in class:StridePrefetcher::PCTable
136 StridePrefetcher::PCTable::~PCTable()
156 PCTable* pcTable = findTable(master_id);
221 StridePrefetcher::PCTable::pcHash(Addr pc) const
229 StridePrefetcher::PCTable
[all...]

Completed in 5 milliseconds