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

/gem5/src/mem/ruby/system/
H A DRubyPort.hh105 class PioMasterPort : public QueuedMasterPort class in class:RubyPort
112 PioMasterPort(const std::string &_name, RubyPort *_port);
206 PioMasterPort pioMasterPort;
214 std::vector<PioMasterPort *> master_ports;
H A DRubyPort.cc78 master_ports.push_back(new PioMasterPort(csprintf("%s.master%d",
123 RubyPort::PioMasterPort::PioMasterPort(const std::string &_name, function in class:RubyPort::PioMasterPort
157 RubyPort::PioMasterPort::recvTimingResp(PacketPtr pkt)
612 RubyPort::PioMasterPort::recvRangeChange()

Completed in 7 milliseconds