Lines Matching refs:request
356 // Update the LSQRequest state (this may delete the request)
357 senderState->request()->packetReplied();
693 // This comming request can be either load, store or atomic.
694 // Atomic request has a corresponding pointer to its atomic memory
744 inst->reqToVerify = std::make_shared<Request>(*req->request());
752 // multi-access split request at this point.
779 /* If the instruction has been squahsed, let the request know
830 _inst->physEffAddr = request(0)->getPaddr();
979 this->request(i),
1034 ? Packet::createRead(request())
1035 : Packet::createWrite(request()));