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

/gem5/src/gpu-compute/
H A Dcompute_unit.hh560 class ITLBPort : public MasterPort class in class:ComputeUnit
563 ITLBPort(const std::string &_name, ComputeUnit *_cu) function in class:ComputeUnit::ITLBPort
692 ITLBPort *sqcTLBPort;
710 sqcTLBPort = new ITLBPort(csprintf("%s-port", name()), this);
H A Dfetch_unit.cc160 pkt->senderState = new ComputeUnit::ITLBPort::SenderState(wavefront);
H A Dcompute_unit.cc1315 ComputeUnit::ITLBPort::recvTimingResp(PacketPtr pkt)
1318 DPRINTF(GPUTLB, "CU%d: ITLBPort received %#x->%#x\n",
1334 ITLBPort::SenderState *sender_state =
1335 safe_cast<ITLBPort::SenderState*>(pkt->senderState);
1368 ComputeUnit::ITLBPort::recvReqRetry()

Completed in 12 milliseconds