Lines Matching defs:_xbar
103 * @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) :
252 Layer(_port, _xbar, _name)
270 * @param _xbar the crossbar this layer belongs to
273 RespLayer(SlavePort& _port, BaseXBar& _xbar,
275 Layer(_port, _xbar, _name)
293 * @param _xbar the crossbar this layer belongs to
296 SnoopRespLayer(MasterPort& _port, BaseXBar& _xbar,
298 Layer(_port, _xbar, _name)