Searched refs:hasContextId (Results 1 - 8 of 8) sorted by relevance

/gem5/src/mem/
H A Dabstract_mem.hh87 assert(req->hasContextId());
H A Dabstract_mem.cc288 ContextID requester_cid = req->hasContextId() ?
H A Drequest.hh781 hasContextId() const function
/gem5/ext/sst/
H A DExtSlave.cc124 if (pkt->req->hasContextId()) ev->setGroupId(pkt->req->contextId());
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc712 if (pkt->req->hasContextId()) {
806 if (pkt->req->hasContextId()) {
856 } else if (pkt->req->hasContextId() && pkt->req->isRelease() &&
876 if (pkt != NULL && pkt->req->hasContextId()) {
H A DSequencer.cc623 ContextID proc_id = pkt->req->hasContextId() ?
/gem5/src/dev/arm/
H A Dgic_v2.cc295 assert(pkt->req->hasContextId());
393 assert(pkt->req->hasContextId());
562 assert(pkt->req->hasContextId());
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc400 if (!pkt->req->hasContextId()) {

Completed in 24 milliseconds