Searched refs:DTLBPort (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dcompute_unit.hh512 class DTLBPort : public MasterPort class in class:ComputeUnit
515 DTLBPort(const std::string &_name, ComputeUnit *_cu, PortID _index) function in class:ComputeUnit::DTLBPort
688 std::vector<DTLBPort*> tlbPort;
702 tlbPort[idx] = new DTLBPort(csprintf("%s-port%d", name(), idx),
H A Dcompute_unit.cc797 pkt->senderState = new DTLBPort::SenderState(gpuDynInst, index);
1069 ComputeUnit::DTLBPort::recvTimingResp(PacketPtr pkt)
1073 DPRINTF(GPUTLB, "CU%d: DTLBPort received %#x->%#x\n", computeUnit->cu_id,
1085 DTLBPort::SenderState *sender_state =
1086 safe_cast<DTLBPort::SenderState*>(translation_state->saved);
1110 DTLBPort::SenderState *sender_state =
1111 safe_cast<DTLBPort::SenderState*>(pkt->senderState);
1284 ComputeUnit::DTLBPort::recvReqRetry()

Completed in 6 milliseconds