Searched refs:TLB_MISS (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}; enumerator in enum:X86ISA::GpuTLB::tlbOutcome
388 * outcome can be TLB_HIT, TLB_MISS, or PAGE_WALK
H A Dgpu_tlb.cc1059 tlbOutcome lookup_outcome = TLB_MISS;
1267 } else if (outcome == TLB_MISS) {
1345 handleTranslationReturn(virtPageAddr, TLB_MISS, pkt);
1350 handleTranslationReturn(virtPageAddr, TLB_MISS, pkt);
1496 tlbOutcome tlb_outcome = success ? TLB_HIT : TLB_MISS;

Completed in 11 milliseconds