commit | 8af35c37d296daa463c0d4ed575a51729afc7f6d | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Feb 26 17:20:02 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Feb 26 17:20:02 2014 +0000 |
tree | d21566fd97944ba61550d402dc2ee83161c710e2 | |
parent | cd4da6317748e3ae2bed5fcc5fb3f81e5c853446 [diff] |
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>