Searched hist:11453 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/cache/
H A Dwrite_queue.cc11453:dd9763792521 Thu Apr 21 04:48:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Deallocate all write-queue entries when sent

This patch removes the write-queue entry tracking previously used for
uncacheable writes. The write-queue entry is now deallocated as soon
as the packet is sent. As a result we also forego the stats for
uncacheable writes. Additionally, there is no longer a need to attach
the write-queue entry to the packet.
H A Dwrite_queue_entry.cc11453:dd9763792521 Thu Apr 21 04:48:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Deallocate all write-queue entries when sent

This patch removes the write-queue entry tracking previously used for
uncacheable writes. The write-queue entry is now deallocated as soon
as the packet is sent. As a result we also forego the stats for
uncacheable writes. Additionally, there is no longer a need to attach
the write-queue entry to the packet.
H A Dwrite_queue_entry.hh11453:dd9763792521 Thu Apr 21 04:48:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Deallocate all write-queue entries when sent

This patch removes the write-queue entry tracking previously used for
uncacheable writes. The write-queue entry is now deallocated as soon
as the packet is sent. As a result we also forego the stats for
uncacheable writes. Additionally, there is no longer a need to attach
the write-queue entry to the packet.
H A Dcache.cc11453:dd9763792521 Thu Apr 21 04:48:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Deallocate all write-queue entries when sent

This patch removes the write-queue entry tracking previously used for
uncacheable writes. The write-queue entry is now deallocated as soon
as the packet is sent. As a result we also forego the stats for
uncacheable writes. Additionally, there is no longer a need to attach
the write-queue entry to the packet.

Completed in 38 milliseconds