target/arm: Implement the access tag cache flushes
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:18 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commit5463df160ecee510e78493993eb1bd38b4838a10
treedbc94a0df8c9ee8576858ffab0c17e62f80ac358
parent5f716a82388eb09754dd900e7dbb8ffa15897a28
target/arm: Implement the access tag cache flushes

Like the regular data cache flushes, these are nops within qemu.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200626033144.790098-21-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c