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

/gem5/src/mem/
H A Dcoherent_xbar.cc190 const bool is_destination = isDestination(pkt); local
197 if (pkt->isClean() && !is_destination) {
281 if (pkt->isWrite() && is_destination) {
380 is_destination) {
741 const bool is_destination = isDestination(pkt); local
799 if (pkt->isWrite() && is_destination) {

Completed in 7 milliseconds