]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Implement HCR_EL2.TIDCP
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 31 Aug 2023 23:24:39 +0000 (16:24 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 8 Sep 2023 15:41:35 +0000 (16:41 +0100)
commit27920d3d1de2f2b0d5048030820eec4fa64b8b36
tree90827b2da0e6e8839a91e36638f1c737f4505112
parente3d45c0a895764203f489184d361fe4c74b2cd57
target/arm: Implement HCR_EL2.TIDCP

Perform the check for EL2 enabled in the security space and the
TIDCP bit in an out-of-line helper.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230831232441.66020-4-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.h
target/arm/tcg/op_helper.c
target/arm/tcg/translate-a64.c
target/arm/tcg/translate.c