Searched refs:NoncoherentXBar (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/
H A DHMCController.py71 class HMCController(NoncoherentXBar):
H A Dhmc_controller.hh75 class HMCController : public NoncoherentXBar
H A Dnoncoherent_xbar.hh55 #include "params/NoncoherentXBar.hh"
70 class NoncoherentXBar : public BaseXBar class in inherits:BaseXBar
92 NoncoherentXBar &xbar;
100 NoncoherentXBar &_xbar, PortID _id)
148 NoncoherentXBar &xbar;
153 NoncoherentXBar &_xbar, PortID _id)
187 NoncoherentXBar(const NoncoherentXBarParams *p);
189 virtual ~NoncoherentXBar();
H A Dnoncoherent_xbar.cc54 #include "debug/NoncoherentXBar.hh"
57 NoncoherentXBar::NoncoherentXBar(const NoncoherentXBarParams *p) function in class:NoncoherentXBar
93 NoncoherentXBar::~NoncoherentXBar()
102 NoncoherentXBar::recvTimingReq(PacketPtr pkt, PortID slave_port_id)
116 DPRINTF(NoncoherentXBar, "recvTimingReq: src %s %s 0x%x BUSY\n",
121 DPRINTF(NoncoherentXBar, "recvTimingReq: src %s %s 0x%x\n",
150 DPRINTF(NoncoherentXBar, "recvTimingReq: src %s %s 0x%x RETRY\n",
180 NoncoherentXBar
[all...]
H A DXBar.py89 class NoncoherentXBar(BaseXBar): class in inherits:BaseXBar
90 type = 'NoncoherentXBar'
190 class IOXBar(NoncoherentXBar):
H A Dhmc_controller.cc7 NoncoherentXBar(p),
/gem5/configs/common/
H A DHMC.py65 # This component is simply an instance of the NoncoherentXBar class, and its
304 system.membus = NoncoherentXBar(width=8)
405 xb = [NoncoherentXBar(width=opt.xbar_width,

Completed in 15 milliseconds