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

/gem5/src/mem/ruby/common/
H A DNetDest.hh78 bool isBroadcast() const;
H A DNetDest.cc168 NetDest::isBroadcast() const function in class:NetDest
171 if (!m_bits[i].isBroadcast()) {
H A DSet.hh183 isBroadcast() const function in class:Set
/gem5/src/base/
H A Dinet.hh100 bool isBroadcast = true; local
102 isBroadcast = isBroadcast && data[i] == 0xff;
105 return isBroadcast;
/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc257 if (BROADCAST_SCALING > 1 && net_msg_ptr->getDestination().isBroadcast())

Completed in 12 milliseconds