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

/gem5/src/gpu-compute/
H A Dgpu_tlb.hh241 enum tlbOutcome {TLB_HIT, TLB_MISS, PAGE_WALK, MISS_RETURN}; enum in class:X86ISA::GpuTLB
245 void handleTranslationReturn(Addr addr, tlbOutcome outcome,
248 void handleFuncTranslationReturn(PacketPtr pkt, tlbOutcome outcome);
379 void translationReturn(Addr virtPageAddr, tlbOutcome outcome,
390 tlbOutcome outcome;
394 TLBEvent(GpuTLB *_tlb, Addr _addr, tlbOutcome outcome,
400 // updateOutcome updates the tlbOutcome of a TLBEvent
401 void updateOutcome(tlbOutcome _outcome);
H A Dgpu_tlb.cc1059 tlbOutcome lookup_outcome = TLB_MISS;
1113 GpuTLB::TLBEvent::TLBEvent(GpuTLB* _tlb, Addr _addr, tlbOutcome tlb_outcome,
1156 * The latter calls handelHit with TLB miss as tlbOutcome.
1159 GpuTLB::handleTranslationReturn(Addr virt_page_addr, tlbOutcome tlb_outcome,
1244 GpuTLB::translationReturn(Addr virtPageAddr, tlbOutcome outcome,
1369 GpuTLB::TLBEvent::updateOutcome(tlbOutcome _outcome)
1410 GpuTLB::handleFuncTranslationReturn(PacketPtr pkt, tlbOutcome tlb_outcome)
1496 tlbOutcome tlb_outcome = success ? TLB_HIT : TLB_MISS;

Completed in 11 milliseconds