Searched defs:curCycle (Results 1 - 4 of 4) sorted by relevance
/gem5/src/sim/ | ||
H A D | clocked_object.hh | 198 curCycle() const function in class:Clocked |
/gem5/src/gpu-compute/ | ||
H A D | shader.hh | 94 Tick curCycle() const { return curTick() / clock; } function in class:Shader |
H A D | tlb_coalescer.hh | 152 Tick curCycle() const { return curTick() / clock; } function in class:TLBCoalescer |
H A D | gpu_tlb.hh | 91 Tick curCycle() const { return curTick() / clock; } function in class:X86ISA::GpuTLB |
Completed in 6 milliseconds