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

/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1113 GpuTLB::TLBEvent::TLBEvent(GpuTLB* _tlb, Addr _addr, tlbOutcome tlb_outcome, argument
1116 outcome(tlb_outcome), pkt(_pkt)
1159 GpuTLB::handleTranslationReturn(Addr virt_page_addr, tlbOutcome tlb_outcome, argument
1174 if (tlb_outcome == TLB_HIT) {
1410 GpuTLB::handleFuncTranslationReturn(PacketPtr pkt, tlbOutcome tlb_outcome) argument
1421 if (tlb_outcome == TLB_HIT) {
1496 tlbOutcome tlb_outcome = success ? TLB_HIT : TLB_MISS; local
1589 tlb->handleFuncTranslationReturn(pkt, tlb_outcome);

Completed in 5 milliseconds