Searched refs:src_port (Results 1 - 5 of 5) sorted by relevance
/gem5/src/mem/ |
H A D | hmc_controller.cc | 45 SlavePort *src_port = slavePorts[slave_port_id]; local 56 if (!reqLayers[master_port_id]->tryTiming(src_port)) { 58 src_port->name(), pkt->cmdString(), pkt->getAddr()); 63 src_port->name(), pkt->cmdString(), pkt->getAddr()); 92 src_port->name(), pkt->cmdString(), pkt->getAddr()); 98 reqLayers[master_port_id]->failedTiming(src_port,
|
H A D | noncoherent_xbar.cc | 105 SlavePort *src_port = slavePorts[slave_port_id]; local 115 if (!reqLayers[master_port_id]->tryTiming(src_port)) { 117 src_port->name(), pkt->cmdString(), pkt->getAddr()); 122 src_port->name(), pkt->cmdString(), pkt->getAddr()); 151 src_port->name(), pkt->cmdString(), pkt->getAddr()); 157 reqLayers[master_port_id]->failedTiming(src_port, 183 MasterPort *src_port = masterPorts[master_port_id]; local 194 if (!respLayers[slave_port_id]->tryTiming(src_port)) { 196 src_port->name(), pkt->cmdString(), pkt->getAddr()); 201 src_port [all...] |
H A D | coherent_xbar.cc | 146 SlavePort *src_port = slavePorts[slave_port_id]; local 160 if (!is_express_snoop && !reqLayers[master_port_id]->tryTiming(src_port)) { 162 src_port->name(), pkt->print()); 167 src_port->name(), pkt->print()); 203 src_port->name(), pkt->print()); 206 reqLayers[master_port_id]->failedTiming(src_port, 217 auto sf_res = snoopFilter->lookupRequest(pkt, *src_port); 223 __func__, src_port->name(), pkt->print(), 312 src_port->name(), pkt->print()); 315 reqLayers[master_port_id]->failedTiming(src_port, 443 MasterPort *src_port = masterPorts[master_port_id]; local 565 SlavePort* src_port = slavePorts[slave_port_id]; local [all...] |
H A D | xbar.hh | 132 bool tryTiming(SrcType* src_port); 149 * @param src_port Source port 152 void failedTiming(SrcType* src_port, Tick busy_time);
|
H A D | xbar.cc | 163 BaseXBar::Layer<SrcType, DstType>::tryTiming(SrcType* src_port) argument 177 src_port) == waitingForLayer.end()); 183 waitingForLayer.push_back(src_port); 206 BaseXBar::Layer<SrcType, DstType>::failedTiming(SrcType* src_port, argument 216 waitingForPeer = src_port;
|
Completed in 11 milliseconds