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

/gem5/src/mem/
H A Dxbar.cc64 gotAddrRanges(p->port_default_connection_count +
351 gotAddrRanges[master_port_id] = true;
358 std::vector<bool>::const_iterator r = gotAddrRanges.begin();
359 while (gotAllAddrRanges && r != gotAddrRanges.end()) {
386 if (gotAddrRanges[master_port_id]) {
423 if (!gotAddrRanges[defaultPortID])
H A Dhmc_controller.cc30 gotAddrRanges[master_port_id] = true;
H A Dxbar.hh376 std::vector<bool> gotAddrRanges; member in class:BaseXBar
/gem5/src/mem/ruby/system/
H A DRubyPort.hh210 unsigned int gotAddrRanges; member in class:RubyPort
H A DRubyPort.cc64 gotAddrRanges(p->port_master_connection_count),
615 r.gotAddrRanges--;
616 if (r.gotAddrRanges == 0 && FullSystem) {

Completed in 12 milliseconds