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

/gem5/src/mem/ruby/structures/
H A DBankedArray.hh75 Cycles getLatency() const { return accessLatency; } function in class:BankedArray
H A DCacheMemory.hh98 Cycles getTagLatency() const { return tagArray.getLatency(); }
99 Cycles getDataLatency() const { return dataArray.getLatency(); }
/gem5/src/mem/
H A Dsimple_mem.cc80 return getLatency();
167 Tick when_to_send = curTick() + receive_delay + getLatency();
230 SimpleMemory::getLatency() const function in class:SimpleMemory
H A Dsimple_mem.hh169 Tick getLatency() const;
/gem5/src/mem/ruby/network/simple/
H A DThrottle.hh76 Cycles getLatency() const { return m_link_latency; } function in class:Throttle

Completed in 8 milliseconds