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

/gem5/src/gpu-compute/
H A DGPU.py111 perLaneTLB = Param.Bool(False, "enable per-lane TLB") variable in class:ComputeUnit
H A Dcompute_unit.cc70 perLaneTLB(p->perLaneTLB), prefetchDepth(p->prefetch_depth),
146 int tlbPort_width = perLaneTLB ? wfSize() : 1;
772 int tlbPort_index = perLaneTLB ? index : 0;
H A Dcompute_unit.hh159 bool perLaneTLB; member in class:ComputeUnit
/gem5/tests/configs/
H A Dgpu-ruby.py201 compute_units.append(ComputeUnit(cu_id = i, perLaneTLB = per_lane,
/gem5/configs/example/
H A Dapu_se.py230 compute_units.append(ComputeUnit(cu_id = i, perLaneTLB = per_lane,

Completed in 19 milliseconds