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

/gem5/src/mem/
H A Dcoherent_xbar.cc149 bool is_express_snoop = pkt->isExpressSnoop(); local
153 assert(is_express_snoop == cache_responding);
160 if (!is_express_snoop && !reqLayers[master_port_id]->tryTiming(src_port)) {
306 assert(!is_express_snoop);
319 if (!is_express_snoop) {
353 if (is_express_snoop) {

Completed in 7 milliseconds