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

/gem5/src/mem/ruby/slicc_interface/
H A DMessage.hh96 virtual const NetDest& getDestination() const function in class:Message
97 { panic("getDestination() called on wrong message!"); }
98 virtual NetDest& getDestination() function in class:Message
99 { panic("getDestination() called on wrong message!"); }
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc330 NetDest net_msg_dest = net_msg_ptr->getDestination();
362 new_net_msg_ptr->getDestination() = personal_dest;
370 net_msg_ptr->getDestination().removeNetDest(personal_dest);
378 route.net_dest = new_net_msg_ptr->getDestination();
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc160 NetDest msg_dsts = net_msg_ptr->getDestination();
271 net_msg_ptr->getDestination() = output_link_destinations[i];
H A DThrottle.cc257 if (BROADCAST_SCALING > 1 && net_msg_ptr->getDestination().isBroadcast())

Completed in 9 milliseconds