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

/gem5/src/gpu-compute/
H A Dtlb_coalescer.cc102 TheISA::GpuTLB::TranslationState *incoming_state =
103 safe_cast<TheISA::GpuTLB::TranslationState*>(incoming_pkt->senderState);
105 TheISA::GpuTLB::TranslationState *coalesced_state =
106 safe_cast<TheISA::GpuTLB::TranslationState*>(coalesced_pkt->senderState);
149 TheISA::GpuTLB::TranslationState *sender_state =
150 safe_cast<TheISA::GpuTLB::TranslationState*>(pkt->senderState);
168 TheISA::GpuTLB::TranslationState *sender_state =
169 safe_cast<TheISA::GpuTLB::TranslationState*>(
239 TheISA::GpuTLB::TranslationState *sender_state =
240 safe_cast<TheISA::GpuTLB::TranslationState*>(pk
[all...]
H A Dfetch_unit.cc164 new TheISA::GpuTLB::TranslationState(BaseTLB::Execute,
191 new TheISA::GpuTLB::TranslationState(BaseTLB::Execute,
196 TheISA::GpuTLB::TranslationState *sender_state =
197 safe_cast<TheISA::GpuTLB::TranslationState*>(pkt->senderState);
H A Dshader.cc388 new TheISA::GpuTLB::TranslationState(mode, gpuTc, false);
401 TheISA::GpuTLB::TranslationState *sender_state =
402 safe_cast<TheISA::GpuTLB::TranslationState*>(pkt->senderState);
H A Dgpu_tlb.cc1041 TranslationState *sender_state =
1042 safe_cast<TranslationState*>(pkt->senderState);
1166 TranslationState *sender_state =
1167 safe_cast<TranslationState*>(pkt->senderState);
1252 TranslationState *tmp_sender_state =
1253 safe_cast<TranslationState*>(pkt->senderState);
1319 TranslationState *sender_state =
1320 safe_cast<TranslationState*>(pkt->senderState);
1412 TranslationState *sender_state =
1413 safe_cast<TranslationState*>(pk
[all...]
H A Dgpu_tlb.hh315 * TLB TranslationState: this currently is a somewhat bastardization of
327 * (cpuside OR memside) must be safely castable to a TranslationState.
330 struct TranslationState : public Packet::SenderState struct in class:X86ISA::GpuTLB
357 TranslationState(Mode tlb_mode, ThreadContext *_tc, function in struct:X86ISA::GpuTLB::TranslationState
H A Dcompute_unit.cc800 TheISA::GpuTLB::TranslationState *translation_state =
801 new TheISA::GpuTLB::TranslationState(TLB_mode, shader->gpuTc, false,
815 X86ISA::GpuTLB::TranslationState *sender_state =
816 safe_cast<X86ISA::GpuTLB::TranslationState*>(pkt->senderState);
892 pkt->senderState = new TheISA::GpuTLB::TranslationState(TLB_mode,
912 TheISA::GpuTLB::TranslationState *sender_state =
913 safe_cast<TheISA::GpuTLB::TranslationState*>(pkt->senderState);
1080 TheISA::GpuTLB::TranslationState *translation_state =
1081 safe_cast<TheISA::GpuTLB::TranslationState*>(pkt->senderState);
1191 new TheISA::GpuTLB::TranslationState(TLB_mod
[all...]

Completed in 20 milliseconds