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

/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1066 lookup_outcome = TLB_HIT;
1174 if (tlb_outcome == TLB_HIT) {
1259 if (outcome == TLB_HIT) {
1260 handleTranslationReturn(virtPageAddr, TLB_HIT, pkt);
1421 if (tlb_outcome == TLB_HIT) {
1496 tlbOutcome tlb_outcome = success ? TLB_HIT : TLB_MISS;
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

Completed in 12 milliseconds