OSDN Git Service

target/arm: Add gen_mte_check1
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:21 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commit0a405be2b8fd9506a009b10d7d2d98c394b36db6
treebb36a1252700ba1ff18f4c4b77ac538a0e05730e
parent38659d311d05e6c5feff6bddcc1c33b60d3b86a1
target/arm: Add gen_mte_check1

Replace existing uses of check_data_tbi in translate-a64.c that
perform a single 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-24-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper-a64.h
target/arm/internals.h
target/arm/mte_helper.c
target/arm/translate-a64.c
target/arm/translate-a64.h