mem: Add a WriteClean command to the packet class
authorNikos Nikoleris <nikos.nikoleris@arm.com>
Thu, 26 May 2016 08:49:52 +0000 (09:49 +0100)
committerNikos Nikoleris <nikos.nikoleris@arm.com>
Tue, 5 Dec 2017 11:47:01 +0000 (11:47 +0000)
commitd8afb8679301392561f4255edb9789d22aec5a2e
tree5e7e70f6a26da8b20a3c63fe1ff0612d3b8bc60c
parentad000b5606b37df7b474647675eea97b69e2d6c5
mem: Add a WriteClean command to the packet class

A WriteClean packet allows a cache to write a block to a memory below
without evicting its copy. A typical usecase for a WriteClean packet
is a cache clean operation.

Change-Id: If356cb067da5ddf3210c135f41ef0891fb811568
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-by: Anouk Van Laer <anouk.vanlaer@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/5044
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
src/mem/packet.cc
src/mem/packet.hh