Searched refs:pending_modified_resp (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/cache/
H A Dmshr_queue.hh123 * @param pending_modified_resp Whether we expect a modified response
126 void markInService(MSHR *mshr, bool pending_modified_resp);
H A Dmshr_queue.cc99 MSHRQueue::markInService(MSHR *mshr, bool pending_modified_resp) argument
101 mshr->markInService(pending_modified_resp);
H A Dmshr.cc293 MSHR::markInService(bool pending_modified_resp) argument
298 pendingModified = targets.needsWritable || pending_modified_resp;
H A Dmshr.hh423 void markInService(bool pending_modified_resp);
H A Dbase.hh375 void markInService(MSHR *mshr, bool pending_modified_resp) argument
378 mshrQueue.markInService(mshr, pending_modified_resp);
H A Dcache.cc1389 bool pending_modified_resp = !snoop_pkt.hasSharers(); local
1390 markInService(mshr, pending_modified_resp);
H A Dbase.cc1798 bool pending_modified_resp = !pkt->hasSharers() &&
1800 markInService(mshr, pending_modified_resp);

Completed in 15 milliseconds