Searched refs:CoherentXBar (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/
H A DXBar.py93 class CoherentXBar(BaseXBar): class in inherits:BaseXBar
94 type = 'CoherentXBar'
137 class L2XBar(CoherentXBar):
161 class SystemXBar(CoherentXBar):
H A Dcoherent_xbar.cc56 #include "debug/CoherentXBar.hh"
59 CoherentXBar::CoherentXBar(const CoherentXBarParams *p) function in class:CoherentXBar
106 CoherentXBar::~CoherentXBar()
119 CoherentXBar::init()
134 warn("CoherentXBar %s has no snooping ports attached!\n", name());
143 CoherentXBar::recvTimingReq(PacketPtr pkt, PortID slave_port_id)
161 DPRINTF(CoherentXBar, "%s: src %s packet %s BUSY\n", __func__,
166 DPRINTF(CoherentXBar, "
[all...]
H A Dcoherent_xbar.hh59 #include "params/CoherentXBar.hh"
72 class CoherentXBar : public BaseXBar class in inherits:BaseXBar
96 CoherentXBar &xbar;
104 CoherentXBar &_xbar, PortID _id)
158 CoherentXBar &xbar;
163 CoherentXBar &_xbar, PortID _id)
224 SnoopRespPort(QueuedSlavePort& slave_port, CoherentXBar& _xbar) :
429 CoherentXBar(const CoherentXBarParams *p);
431 virtual ~CoherentXBar();

Completed in 4 milliseconds