Searched refs:pointOfCoherency (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dcoherent_xbar.hh291 const bool pointOfCoherency; member in class:CoherentXBar
417 return (pkt->req->isToPOC() && pointOfCoherency) ||
H A Dcoherent_xbar.cc64 pointOfCoherency(p->point_of_coherency),
1081 return (pointOfCoherency && pkt->cacheResponding()) ||
1082 (pointOfCoherency && !(pkt->isRead() || pkt->isWrite()) &&
1100 return pkt->isRead() || pkt->isWrite() || !pointOfCoherency;

Completed in 5 milliseconds