OSDN Git Service

target/arm: Use probe_access_full for MTE
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Oct 2022 03:18:49 +0000 (20:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Oct 2022 10:27:49 +0000 (11:27 +0100)
commitb8967ddf393aaf35fdbc07b4cb538a40f8b6fe37
tree12e43e773e740f7e1407d717ac9b7c3ab1272da8
parent24d18d5d7e31462b7bd5bb2c6ee19856699e34ed
target/arm: Use probe_access_full for MTE

The CPUTLBEntryFull structure now stores the original pte attributes, as
well as the physical address.  Therefore, we no longer need a separate
bit in MemTxAttrs, nor do we need to walk the tree of memory regions.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221011031911.2408754-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/mte_helper.c
target/arm/sve_helper.c
target/arm/sve_ldst_internal.h
target/arm/tlb_helper.c