]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement data cache set allocation tags
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:37 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commiteb821168db798302bd124a3b000cebc23bd0a395
tree45b09bdd604366e170b7d18f084242a80a1edc25
parentc4af8ba19b9d22aac79cab679a20b159af9d6809
target/arm: Implement data cache set allocation tags

This is DC GVA and DC GZVA, and the tag check for DC ZVA.

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