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

/gem5/src/gpu-compute/
H A Dtlb_coalescer.cc50 probeTLBEvent([this]{ processProbeTLBEvent(); },
318 //schedule probeTLBEvent next cycle to send the
320 if (!coalescer->probeTLBEvent.scheduled()) {
321 coalescer->schedule(coalescer->probeTLBEvent,
382 //we've receeived a retry. Schedule a probeTLBEvent
383 if (!coalescer->probeTLBEvent.scheduled())
384 coalescer->schedule(coalescer->probeTLBEvent,
H A Dtlb_coalescer.hh219 EventFunctionWrapper probeTLBEvent; member in class:TLBCoalescer

Completed in 6 milliseconds