Lines Matching refs:req
60 : address(addr), pc(pkt->req->hasPC() ? pkt->req->getPC() : 0),
61 masterId(pkt->req->masterId()), validPC(pkt->req->hasPC()),
62 secure(pkt->isSecure()), size(pkt->req->getSize()), write(pkt->isWrite()),
63 paddress(pkt->req->getPaddr()), cacheMiss(miss)
65 unsigned int req_size = pkt->req->getSize();
70 Addr offset = pkt->req->getPaddr() - pkt->getAddr();
129 bool fetch = pkt->req->isInstFetch();
133 if (pkt->req->isUncacheable()) return false;
208 if (pkt->req->isCacheMaintenance()) return;
210 if (!pkt->req->hasPaddr()) {
220 if (useVirtualAddresses && pkt->req->hasVaddr()) {
221 PrefetchInfo pfi(pkt, pkt->req->getVaddr(), miss);
224 PrefetchInfo pfi(pkt, pkt->req->getPaddr(), miss);