target-arm: Implement AArch64 cache invalidate/clean ops
commit8af35c37d296daa463c0d4ed575a51729afc7f6d
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:02 +0000 (26 17:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:02 +0000 (26 17:20 +0000)
treed21566fd97944ba61550d402dc2ee83161c710e2
parentcd4da6317748e3ae2bed5fcc5fb3f81e5c853446
target-arm: Implement AArch64 cache invalidate/clean ops

Implement all the AArch64 cache invalidate and clean ops
(which are all NOPs since QEMU doesn't emulate the cache).
The only remaining unimplemented cache op is DC ZVA.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
target-arm/cpu.c
target-arm/helper.c