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

Use a special helper for DC_ZVA, rather than the more
general mte_checkN.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200626033144.790098-28-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