target/arm: Pass the entire mte descriptor to mte_check_fail
commitdbf8c32178291169e111a6a9fd7ae17af4a3039d
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Aug 2020 09:02:44 +0000 (28 10:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Aug 2020 09:02:44 +0000 (28 10:02 +0100)
treec683839408d066844abf4c4edfc9ff870da7fa9b
parent0e5aac18bc31dbdfab51f9784240d0c31a4c5579
target/arm: Pass the entire mte descriptor to mte_check_fail

We need more information than just the mmu_idx in order
to create the proper exception syndrome.  Only change the
function signature so far.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200813200816.3037186-2-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/mte_helper.c