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

/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.cc83 ActiveGenerationTableEntry *pst_entry = local
86 if (pst_entry == nullptr) {
88 pst_entry = patternSequenceTable.findVictim(agt_entry.pc);
89 assert(pst_entry != nullptr);
91 false /*unused*/, pst_entry);
93 patternSequenceTable.accessEntry(pst_entry);
97 pst_entry->update(agt_entry);
208 ActiveGenerationTableEntry *pst_entry = local
211 if (pst_entry != nullptr) {
212 patternSequenceTable.accessEntry(pst_entry);
[all...]

Completed in 4 milliseconds