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

/gem5/src/mem/
H A Dxbar.hh263 class RespLayer : public Layer<MasterPort, SlavePort> class in class:BaseXBar
273 RespLayer(SlavePort& _port, BaseXBar& _xbar, function in class:BaseXBar::RespLayer
H A Dnoncoherent_xbar.hh80 std::vector<RespLayer*> respLayers;
H A Dcoherent_xbar.hh82 std::vector<RespLayer*> respLayers;
H A Dnoncoherent_xbar.cc88 respLayers.push_back(new RespLayer(*bp, *this,
H A Dcoherent_xbar.cc100 respLayers.push_back(new RespLayer(*bp, *this,

Completed in 13 milliseconds