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

/gem5/src/mem/
H A Dcoherent_xbar.hh417 return (pkt->req->isToPOC() && pointOfCoherency) ||
H A Dpacket.cc388 req->isToPOC() ? " PoC" : "",
H A Drequest.hh916 bool isToPOC() const { return _flags.isSet(DST_POC); } function

Completed in 11 milliseconds