Searched hist:11375 (Results 1 - 15 of 15) sorted by relevance

/gem5/src/mem/cache/
H A Dwrite_queue.hh11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dwrite_queue.cc11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dqueue_entry.hh11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dwrite_queue_entry.cc11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dwrite_queue_entry.hh11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A DSConscriptdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dqueue.hh11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dmshr_queue.hhdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dmshr_queue.ccdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dmshr.hhdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dmshr.ccdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dcache.hhdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dcache.ccdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dbase.hhdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.
H A Dbase.ccdiff 11375:f98df9231cdd Thu Mar 17 09:51:00 EDT 2016 Andreas Hansson <andreas.hansson@arm.com> mem: Create a separate class for the cache write buffer

This patch breaks out the cache write buffer into a separate class,
without affecting any stats. The goal of the patch is to avoid
encumbering the much-simpler write queue with the complex MSHR
handling. In a follow on patch this simplification allows us to
implement write combining.

The WriteQueue gets its own class, but shares a common ancestor, the
generic Queue, with the MSHRQueue.

Completed in 154 milliseconds