Lines Matching defs:response
322 LSQ::LSQRequestPtr response, BranchData &branch, Fault &fault)
329 PacketPtr packet = response->packet;
363 DPRINTF(MinorMem, "Trying to commit error response: %s\n",
366 fatal("Received error response packet for inst: %s\n", *inst);
370 DPRINTF(MinorMem, "Memory response inst: %s addr: 0x%x size: %d\n",
390 if (response->needsToBeSentToStoreBuffer())
391 lsq.sendStoreToStoreBuffer(response);
398 lsq.popResponse(response);
921 * handleMemResponse -- handles the response packet, done by
927 * memory queues. When a response comes back from memory,
1105 * can we stil commit another microop (rather than a memory response)
1110 /* Can we find a mem response for this inst */
1131 DPRINTF(MinorExecute, "Trying to commit mem response: %s\n",
1134 /* Complete or discard the response */