Searched refs:latency (Results 76 - 82 of 82) sorted by relevance

1234

/gem5/src/mem/cache/
H A Dcache.cc184 // lookupLatency is the latency in case the request is uncacheable.
346 // Here we are using forward_time, modelling the latency of
573 Cycles latency = ticksToCycles(memSidePort.sendAtomic(pkt)); local
581 return latency;
604 Cycles latency = ticksToCycles(memSidePort.sendAtomic(bus_pkt)); local
654 return latency;
770 // responseLatency is the latency of the return path
786 // responseLatency is the latency of the return path
805 // responseLatency is the latency of the return path
959 // Here we consider forward_time, paying for just forward latency an
[all...]
/gem5/ext/mcpat/cacti/
H A Dcacti_interface.h208 double latency; member in class:InputParameter
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.hh261 // The latency of this operation
262 WaitClass latency; member in class:GPUDynInst
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc951 Tick latency = cyclesToTicks( local
953 assert(latency > 0);
956 m_mandatory_q_ptr->enqueue(msg, clockEdge(), latency);
1220 // Profile all access latency, even zero latency accesses
1224 // Profile the miss latency for all non-zero demand misses
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py122 latency = Param.Int(1, "Latency for generated prefetches") variable in class:QueuedPrefetcher
309 "Memory latency used to compute the required memory bandwidth")
436 latency_buffer_size = Param.Int(32, "Entries in the latency buffer")
/gem5/src/cpu/o3/
H A Dcommit_impl.hh536 Cycles latency = dynamic_pointer_cast<SyscallRetryFault>(inst_fault) ? local
539 cpu->schedule(trap, cpu->clockEdge(latency));
/gem5/src/mem/
H A Ddram_ctrl.cc275 Tick latency = 0; local
279 latency = tRP + tRCD + tCL;
281 return latency;
579 // different front end latency
736 // end latency for split packets
930 // response_time consumes the static latency and is charged also
940 // the static latency has passed
1125 // Determine the access latency and update the bank state
1311 // Update latency stats
2585 .desc("Average bus latency pe
[all...]

Completed in 34 milliseconds

1234