Searched hist:10583 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dabstract_mem.cc10583:d1e1e8588881 Tue Dec 02 06:08:00 EST 2014 Curtis Dunham <Curtis.Dunham@arm.com> mem: Support WriteInvalidate (again)

This patch takes a clean-slate approach to providing WriteInvalidate
(write streaming, full cache line writes without first reading)
support.

Unlike the prior attempt, which took an aggressive approach of directly
writing into the cache before handling the coherence actions, this
approach follows the existing cache flows as closely as possible.
H A Dpacket.hh10583:d1e1e8588881 Tue Dec 02 06:08:00 EST 2014 Curtis Dunham <Curtis.Dunham@arm.com> mem: Support WriteInvalidate (again)

This patch takes a clean-slate approach to providing WriteInvalidate
(write streaming, full cache line writes without first reading)
support.

Unlike the prior attempt, which took an aggressive approach of directly
writing into the cache before handling the coherence actions, this
approach follows the existing cache flows as closely as possible.

Completed in 57 milliseconds