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

/gem5/src/mem/ruby/structures/
H A DPrefetcher.hh48 class PrefetchEntry class
52 PrefetchEntry() function in class:PrefetchEntry
88 void issueNextPrefetch(Addr address, PrefetchEntry *stream);
131 PrefetchEntry* getPrefetchEntry(Addr address,
149 std::vector<PrefetchEntry> m_array;
H A DPrefetcher.cc147 PrefetchEntry *pfEntry = getPrefetchEntry(line_addr, index);
223 Prefetcher::issueNextPrefetch(Addr address, PrefetchEntry *stream)
294 PrefetchEntry *mystream = &(m_array[index]);
328 PrefetchEntry *

Completed in 6 milliseconds