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

/gem5/src/cpu/simple/
H A Datomic.cc73 ifetch_req->setContext(cid);
92 ifetch_req = std::make_shared<Request>();
644 ifetch_req->setContext(cid);
677 ifetch_req->taskId(taskId());
678 setupFetchRequest(ifetch_req);
679 fault = thread->itb->translateAtomic(ifetch_req, thread->getTC(),
697 Packet ifetch_pkt = Packet(ifetch_req, MemCmd::ReadReq);
704 // ifetch_req is initialized to read the instruction directly
H A Datomic.hh163 RequestPtr ifetch_req; member in class:AtomicSimpleCPU
H A Dtiming.cc679 RequestPtr ifetch_req = std::make_shared<Request>();
680 ifetch_req->taskId(taskId());
681 ifetch_req->setContext(thread->contextId());
682 setupFetchRequest(ifetch_req);
683 DPRINTF(SimpleCPU, "Translating address %#x\n", ifetch_req->getVaddr());
684 thread->itb->translateTiming(ifetch_req, thread->getTC(),

Completed in 9 milliseconds