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

/gem5/src/gpu-compute/
H A DX86GPUTLB.py66 accessDistance = Param.Bool(False, "print accessDistance stats") variable in class:X86GPUTLB
H A Dgpu_tlb.hh157 * Print out accessDistance stats. One stat file
160 bool accessDistance; member in class:X86ISA::GpuTLB
H A Dgpu_tlb.cc74 accessDistance = p->accessDistance;
1694 if (accessDistance) {
1705 if (accessDistance) {
1726 if (accessDistance) {
/gem5/configs/common/
H A DGPUTLBConfig.py51 accessDistance = options.L%(level)dAccessDistanceStat,\

Completed in 14 milliseconds