Searched refs:GpuTLB (Results 1 - 7 of 7) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_tlb.hh65 class GpuTLB : public ClockedObject class in namespace:X86ISA
95 GpuTLB(const Params *p);
96 ~GpuTLB();
262 CpuSidePort(const std::string &_name, GpuTLB * gpu_TLB,
267 GpuTLB *tlb;
289 MemSidePort(const std::string &_name, GpuTLB * gpu_TLB,
296 GpuTLB *tlb;
385 GpuTLB *tlb;
394 TLBEvent(GpuTLB *_tlb, Addr _addr, tlbOutcome outcome,
H A Dgpu_tlb.cc63 GpuTLB::GpuTLB(const Params *p) function in class:X86ISA::GpuTLB
128 GpuTLB::~GpuTLB()
135 GpuTLB::getPort(const std::string &if_name, PortID idx)
157 GpuTLB::insert(Addr vpn, TlbEntry &entry)
182 GpuTLB::EntryList::iterator
183 GpuTLB::lookupIt(Addr va, bool update_lru)
213 GpuTLB::lookup(Addr va, bool update_lru)
226 GpuTLB
[all...]
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
[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 Dshader.hh68 class GpuTLB;
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
[all...]

Completed in 19 milliseconds