Searched refs:sendFunctional (Results 1 - 25 of 31) sorted by relevance

12

/gem5/src/mem/
H A Dport_proxy.hh88 SendFunctionalFunc sendFunctional; member in class:PortProxy
103 sendFunctional(func), _cacheLineSize(cacheLineSize)
106 sendFunctional([&port](PacketPtr pkt)->void {
107 port.sendFunctional(pkt);
H A Dport_proxy.cc56 sendFunctional(&pkt);
73 sendFunctional(&pkt);
H A Dport.cc108 sendFunctional(&pkt);
H A Dport.hh160 void sendFunctional(PacketPtr pkt) const;
439 MasterPort::sendFunctional(PacketPtr pkt) const function in class:MasterPort
H A Daddr_mapper.cc73 masterPort.sendFunctional(pkt);
H A Dmem_delay.cc154 parent.masterPort.sendFunctional(pkt);
H A Dbridge.cc370 masterPort.sendFunctional(pkt);
H A Dmem_checker_monitor.cc99 masterPort.sendFunctional(pkt);
H A Dnoncoherent_xbar.cc312 masterPorts[dest_id]->sendFunctional(pkt);
H A Dserial_link.cc402 masterPort.sendFunctional(pkt);
H A Dcomm_monitor.cc101 masterPort.sendFunctional(pkt);
/gem5/src/gpu-compute/
H A Dshader.cc276 cuList[0]->memPort[0]->sendFunctional(new_pkt1);
277 cuList[0]->memPort[0]->sendFunctional(new_pkt2);
295 cuList[0]->memPort[0]->sendFunctional(new_pkt);
391 dispatcher->tlbPort->sendFunctional(pkt);
397 cuList[cu_id]->tlbPort[0]->sendFunctional(pkt);
H A Dfetch_unit.cc194 computeUnit->sqcTLBPort->sendFunctional(pkt);
250 computeUnit->sqcPort->sendFunctional(pkt);
H A Dtlb_coalescer.cc358 coalescer->memSidePort[0]->sendFunctional(pkt);
H A Dcompute_unit.cc807 tlbPort[tlbPort_index]->sendFunctional(pkt);
895 tlbPort[tlbPort_index]->sendFunctional(pkt);
905 memPort[0]->sendFunctional(new_pkt);
1195 // Currently prefetches are zero-latency, hence the sendFunctional
1196 sendFunctional(prefetch_pkt);
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.cc255 memoryPort.sendFunctional(pkt);
279 memoryPort.sendFunctional(pkt);
309 memoryPort.sendFunctional(pkt);
323 memoryPort.sendFunctional(pkt);
/gem5/src/arch/arm/
H A Dstage2_mmu.cc83 port.sendFunctional(&pkt);
/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.cc215 memPort.sendFunctional(pkt);
H A Dsimple_cache.cc277 memPort.sendFunctional(pkt);
/gem5/util/tlm/src/
H A Dsc_master_port.cc303 sendFunctional(extension->getPacket());
306 sendFunctional(pkt);
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc315 bmp.sendFunctional(extension->getPacket());
319 bmp.sendFunctional(pkt);
/gem5/src/cpu/checker/
H A Dcpu.cc220 dcachePort->sendFunctional(pkt);
/gem5/src/cpu/testers/memtest/
H A Dmemtest.cc293 port.sendFunctional(pkt);
/gem5/src/cpu/
H A Dbase.hh164 * Returns a sendFunctional delegate for use with port proxies.
171 return [port](PacketPtr pkt)->void { port->sendFunctional(pkt); };
/gem5/src/mem/ruby/system/
H A DRubyPort.cc373 rp->pioMasterPort.sendFunctional(pkt);

Completed in 34 milliseconds

12