Searched defs:_xbar (Results 1 - 4 of 4) sorted by relevance
/gem5/src/mem/ |
H A D | noncoherent_xbar.hh | 99 NoncoherentXBarSlavePort(const std::string &_name, NoncoherentXBar &_xbar, PortID _id) argument 152 NoncoherentXBarMasterPort(const std::string &_name, NoncoherentXBar &_xbar, PortID _id) argument
|
H A D | coherent_xbar.hh | 224 SnoopRespPort(QueuedSlavePort& slave_port, CoherentXBar& _xbar) : argument 103 CoherentXBarSlavePort(const std::string &_name, CoherentXBar &_xbar, PortID _id) argument 162 CoherentXBarMasterPort(const std::string &_name, CoherentXBar &_xbar, PortID _id) argument
|
H A D | xbar.cc | 134 BaseXBar::Layer<SrcType, DstType>::Layer(DstType& _port, BaseXBar& _xbar, argument
|
H A D | xbar.hh | 251 ReqLayer(MasterPort& _port, BaseXBar& _xbar, const std::string& _name) : argument 273 RespLayer(SlavePort& _port, BaseXBar& _xbar, argument 296 SnoopRespLayer(MasterPort& _port, BaseXBar& _xbar, argument [all...] |
Completed in 9 milliseconds