]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add gen_mte_checkN
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:22 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commit73ceeb0011b23bac8bd2c09ebe3c18d034aa69ce
tree20fb1705299e950c168f267495b7b73a19762816
parent0a405be2b8fd9506a009b10d7d2d98c394b36db6
target/arm: Add gen_mte_checkN

Replace existing uses of check_data_tbi in translate-a64.c that
perform multiple logical memory access.  Leave the helper blank
for now to reduce the patch size.

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