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

/gem5/src/gpu-compute/
H A Dgpu_tlb.hh373 * A TLBEvent is scheduled after the TLB lookup and helps us take the
382 class TLBEvent : public Event class in class:X86ISA::GpuTLB
394 TLBEvent(GpuTLB *_tlb, Addr _addr, tlbOutcome outcome,
400 // updateOutcome updates the tlbOutcome of a TLBEvent
405 std::unordered_map<Addr, TLBEvent*> translationReturnEvent;
411 // the cleanupEvent is scheduled after a TLBEvent triggers in order to
H A Dgpu_tlb.cc1091 * We create and schedule a new TLBEvent which will help us take the
1096 TLBEvent *tlb_event =
1097 new TLBEvent(this, virt_page_addr, lookup_outcome, pkt);
1113 GpuTLB::TLBEvent::TLBEvent(GpuTLB* _tlb, Addr _addr, tlbOutcome tlb_outcome, function in class:X86ISA::GpuTLB::TLBEvent
1247 DPRINTF(GPUTLB, "Triggered TLBEvent for addr %#x\n", virtPageAddr);
1306 TLBEvent *tlb_event = translationReturnEvent[virtPageAddr];
1357 GpuTLB::TLBEvent::process()
1363 GpuTLB::TLBEvent::description() const
1369 GpuTLB::TLBEvent
[all...]

Completed in 11 milliseconds