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

/gem5/src/mem/
H A Dnoncoherent_xbar.hh100 NoncoherentXBar &_xbar, PortID _id)
101 : QueuedSlavePort(_name, &_xbar, queue, _id), xbar(_xbar),
102 queue(_xbar, *this)
153 NoncoherentXBar &_xbar, PortID _id)
154 : MasterPort(_name, &_xbar, _id), xbar(_xbar)
99 NoncoherentXBarSlavePort(const std::string &_name, NoncoherentXBar &_xbar, PortID _id) argument
152 NoncoherentXBarMasterPort(const std::string &_name, NoncoherentXBar &_xbar, PortID _id) argument
H A Dxbar.hh103 * @param _xbar the crossbar this layer belongs to
106 Layer(DstType& _port, BaseXBar& _xbar, const std::string& _name);
248 * @param _xbar the crossbar this layer belongs to
251 ReqLayer(MasterPort& _port, BaseXBar& _xbar, const std::string& _name) : argument
252 Layer(_port, _xbar, _name)
270 * @param _xbar the crossbar this layer belongs to
273 RespLayer(SlavePort& _port, BaseXBar& _xbar, argument
275 Layer(_port, _xbar, _name)
293 * @param _xbar the crossbar this layer belongs to
296 SnoopRespLayer(MasterPort& _port, BaseXBar& _xbar, argument
[all...]
H A Dcoherent_xbar.hh104 CoherentXBar &_xbar, PortID _id)
105 : QueuedSlavePort(_name, &_xbar, queue, _id), xbar(_xbar),
106 queue(_xbar, *this)
163 CoherentXBar &_xbar, PortID _id)
164 : MasterPort(_name, &_xbar, _id), xbar(_xbar)
224 SnoopRespPort(QueuedSlavePort& slave_port, CoherentXBar& _xbar) : argument
225 MasterPort(slave_port.name() + ".snoopRespPort", &_xbar),
103 CoherentXBarSlavePort(const std::string &_name, CoherentXBar &_xbar, PortID _id) argument
162 CoherentXBarMasterPort(const std::string &_name, CoherentXBar &_xbar, PortID _id) argument
H A Dxbar.cc134 BaseXBar::Layer<SrcType, DstType>::Layer(DstType& _port, BaseXBar& _xbar, argument
136 port(_port), xbar(_xbar), _name(_name), state(IDLE),

Completed in 10 milliseconds