]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Honor the HCR_EL2.TPCP bit
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Mar 2020 16:09:18 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Mar 2020 16:09:18 +0000 (16:09 +0000)
commit1bed4d2e55459129c19f5952bcfc65bd0c70db5b
tree1ca024c80d1c9bc9bc113b70d0053ab129f1956f
parent9960237769ada2faaaf1898b96da7a55e1691cf4
target/arm: Honor the HCR_EL2.TPCP bit

This bit traps EL1 access to cache maintenance insns that operate
to the point of coherency or persistence.

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