Searched refs:processFetchReturn (Results 1 - 6 of 6) sorted by relevance

/gem5/src/gpu-compute/
H A Dfetch_unit.hh64 void processFetchReturn(PacketPtr pkt);
H A Dfetch_stage.hh61 void processFetchReturn(PacketPtr pkt);
H A Dfetch_stage.cc77 FetchStage::processFetchReturn(PacketPtr pkt) function in class:FetchStage
89 fetchUnit[simdId].processFetchReturn(pkt);
H A Dfetch_unit.cc251 processFetchReturn(pkt);
256 FetchUnit::processFetchReturn(PacketPtr pkt) function in class:FetchUnit
H A Dcompute_unit.hh291 void processFetchReturn(PacketPtr pkt);
H A Dcompute_unit.cc714 computeUnit->fetchStage.processFetchReturn(pkt);

Completed in 17 milliseconds