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

/gem5/src/gpu-compute/
H A DX86GPUTLB.py73 coalescingWindow = Param.Int(1, "Permit coalescing across that many ticks") variable in class:TLBCoalescer
H A Dtlb_coalescer.hh87 int coalescingWindow; member in class:TLBCoalescer
105 * key, where x = coalescingWindow. issueTime is the issueTime
H A Dtlb_coalescer.cc48 coalescingWindow(p->coalescingWindow),
272 // coalescingWindow for the tick_index.
278 // given coalescingWindow.
279 int64_t tick_index = sender_state->issueTime / coalescer->coalescingWindow;
/gem5/configs/common/
H A DGPUTLBConfig.py62 coalescingWindow = options.L%(level)dCoalescingWindow,\

Completed in 8 milliseconds