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

/gem5/src/mem/ruby/structures/
H A DPrefetcher.cc147 PrefetchEntry *pfEntry = getPrefetchEntry(line_addr, index); local
148 if (pfEntry != NULL) {
149 if (pfEntry->requestIssued[index]) {
150 if (pfEntry->requestCompleted[index]) {

Completed in 9 milliseconds