Searched refs:when_ready (Results 1 - 9 of 9) sorted by relevance

/gem5/src/mem/cache/
H A Dwrite_queue.hh79 * @param when_ready When is the WriteQueueEntry be ready to act upon.
87 PacketPtr pkt, Tick when_ready, Counter order);
H A Dwrite_queue.cc62 Tick when_ready, Counter order)
69 entry->allocate(blk_addr, blk_size, pkt, when_ready, order);
61 allocate(Addr blk_addr, unsigned blk_size, PacketPtr pkt, Tick when_ready, Counter order) argument
H A Dmshr_queue.hh91 * @param when_ready When should the MSHR be ready to act upon.
100 Tick when_ready, Counter order, bool alloc_on_fill);
H A Dwrite_queue_entry.cc92 Tick when_ready, Counter _order)
97 readyTime = when_ready;
114 targets.add(target, when_ready, _order);
91 allocate(Addr blk_addr, unsigned blk_size, PacketPtr target, Tick when_ready, Counter _order) argument
H A Dmshr_queue.cc62 Tick when_ready, Counter order, bool alloc_on_fill)
69 mshr->allocate(blk_addr, blk_size, pkt, when_ready, order, alloc_on_fill);
61 allocate(Addr blk_addr, unsigned blk_size, PacketPtr pkt, Tick when_ready, Counter order, bool alloc_on_fill) argument
H A Dwrite_queue_entry.hh124 * @param when_ready When should the write be sent out.
128 Tick when_ready, Counter _order);
H A Dmshr.cc254 Tick when_ready, Counter _order, bool alloc_on_fill)
259 readyTime = when_ready;
275 targets.add(target, when_ready, _order, source, true, alloc_on_fill);
253 allocate(Addr blk_addr, unsigned blk_size, PacketPtr target, Tick when_ready, Counter _order, bool alloc_on_fill) argument
H A Dmshr.hh416 * @param when_ready When should the MSHR be ready to act upon.
421 Tick when_ready, Counter _order, bool alloc_on_fill);
H A Dbase.cc1008 const Tick when_ready = blk->getWhenReady(); local
1009 if (when_ready > tick &&
1010 ticksToCycles(when_ready - tick) > lat) {
1011 lat += ticksToCycles(when_ready - tick);

Completed in 23 milliseconds