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

/gem5/src/gpu-compute/
H A Dgpu_tlb.hh346 uint64_t issueTime; member in struct:X86ISA::GpuTLB::TranslationState
361 prefetch(_prefetch), issueTime(0),
H A Dtlb_coalescer.cc268 // FIXME if you want to coalesce not based on the issueTime
273 if (!sender_state->issueTime)
274 sender_state->issueTime = curTick();
279 int64_t tick_index = sender_state->issueTime / coalescer->coalescingWindow;

Completed in 7 milliseconds