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

/gem5/src/mem/
H A Dcoherent_xbar.cc76 snoopLayers.push_back(
90 snoopLayers.push_back(new SnoopRespLayer(*bp, *this,
112 for (auto l: snoopLayers)
585 assert(dest_port_id < snoopLayers.size());
586 if (!snoopLayers[dest_port_id]->tryTiming(src_port)) {
643 snoopLayers[dest_port_id]->succeededTiming(packetFinishTime);
1113 for (auto l: snoopLayers)
H A Dcoherent_xbar.hh83 std::vector<SnoopRespLayer*> snoopLayers; member in class:CoherentXBar

Completed in 6 milliseconds