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

/gem5/src/mem/cache/prefetch/
H A Dqueued.cc59 if (pfInfo.isSecure()) {
65 if (tag_prefetch && pfInfo.hasPC()) {
67 pkt->req->setPC(pfInfo.getPC());
152 if (itr->pfInfo.getAddr() == blk_addr &&
153 itr->pfInfo.isSecure() == is_secure) {
286 if (cacheSnoop && (inCache(target_paddr, it->pfInfo.isSecure()) ||
287 inMissQueue(target_paddr, it->pfInfo.isSecure()))) {
312 found = it->pfInfo.sameAddr(pfi);
476 "oldest packet, addr: %#x\n",it->pfInfo.getAddr());
H A Dqueued.hh61 PrefetchInfo pfInfo; member in struct:QueuedPrefetcher::DeferredPacket
82 int32_t prio) : owner(o), pfInfo(pfi), tick(t), pkt(nullptr),

Completed in 6 milliseconds