Searched refs:tlbPort (Results 1 - 5 of 5) sorted by relevance

/gem5/src/gpu-compute/
H A Ddispatcher.hh141 TLBPort *tlbPort; member in class:GpuDispatcher
H A Dshader.cc391 dispatcher->tlbPort->sendFunctional(pkt);
397 cuList[cu_id]->tlbPort[0]->sendFunctional(pkt);
H A Ddispatcher.cc68 tlbPort = new TLBPort(csprintf("%s-port%d", name()), this);
258 return *tlbPort;
H A Dcompute_unit.cc145 // resize the tlbPort vectorArray
147 tlbPort.resize(tlbPort_width);
807 tlbPort[tlbPort_index]->sendFunctional(pkt);
856 } else if (tlbPort[tlbPort_index]->isStalled()) {
857 assert(tlbPort[tlbPort_index]->retries.size() > 0);
863 tlbPort[tlbPort_index]->retries.push_back(pkt);
864 } else if (!tlbPort[tlbPort_index]->sendTimingReq(pkt)) {
869 tlbPort[tlbPort_index]->stallPort();
875 tlbPort[tlbPort_index]->retries.push_back(pkt);
895 tlbPort[tlbPort_inde
[all...]
H A Dcompute_unit.hh688 std::vector<DTLBPort*> tlbPort; member in class:ComputeUnit
702 tlbPort[idx] = new DTLBPort(csprintf("%s-port%d", name(), idx),
704 return *tlbPort[idx];

Completed in 15 milliseconds