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

/gem5/src/gpu-compute/
H A Dtlb_coalescer.cc272 // coalescingWindow for the tick_index.
279 int64_t tick_index = sender_state->issueTime / coalescer->coalescingWindow; local
281 if (coalescer->coalescerFIFO.count(tick_index)) {
282 coalescedReq_cnt = coalescer->coalescerFIFO[tick_index].size();
286 // coalesced request with the same tick_index
288 first_packet = coalescer->coalescerFIFO[tick_index][i][0];
291 coalescer->coalescerFIFO[tick_index][i].push_back(pkt);
293 DPRINTF(GPUTLB, "Coalesced req %i w/ tick_index %d has %d reqs\n",
294 i, tick_index,
295 coalescer->coalescerFIFO[tick_index][
[all...]

Completed in 4 milliseconds