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

/gem5/src/cpu/o3/
H A Dfetch_impl.hh133 memReq[i] = nullptr;
341 memReq[tid] = NULL;
370 memReq[tid] = NULL;
399 pkt->req != memReq[tid]) {
428 memReq[tid] = NULL;
452 assert(!memReq[i]);
632 // Setup the memReq to do a read of the first instruction's address.
642 memReq[tid] = mem_req;
665 if (fetchStatus[tid] != ItlbWait || mem_req != memReq[tid] ||
666 mem_req->getVaddr() != memReq[ti
[all...]
H A Dfetch.hh448 RequestPtr memReq[Impl::MaxThreads]; member in class:DefaultFetch
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.hh200 RequestPtr memReq; member in class:Trace::TarmacParserRecord
H A Dtarmac_parser.cc768 memReq = std::make_shared<Request>();
1053 const RequestPtr &req = memReq;

Completed in 14 milliseconds