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

/gem5/src/mem/cache/prefetch/
H A Dspatio_temporal_memory_streaming.cc66 for (auto &agt_entry : activeGenerationTable) {
67 if (agt_entry.isValid()) {
69 bool sr_is_secure = agt_entry.isSecure();
70 for (auto &seq_entry : agt_entry.sequence) {
73 agt_entry.paddress + seq_entry.offset * blkSize;
84 patternSequenceTable.findEntry(agt_entry.pc,
88 pst_entry = patternSequenceTable.findVictim(agt_entry.pc);
90 patternSequenceTable.insertEntry(agt_entry.pc,
97 pst_entry->update(agt_entry);
99 agt_entry
138 ActiveGenerationTableEntry *agt_entry = local
[all...]

Completed in 4 milliseconds