target/arm: Fix physical address resolution for MTE
commit28fb921f02ef46676eb4b8a2eb9fb928f756b208
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 14 Jan 2023 03:12:13 +0000 (13 17:12 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 23 Jan 2023 13:32:38 +0000 (23 13:32 +0000)
tree4cd018bc4e0047c04cd5c08a7e68892a42510bd5
parent5c922ec5b136b452fe9d21e7581c99554ce650ed
target/arm: Fix physical address resolution for MTE

Conversion to probe_access_full missed applying the page offset.

Fixes: b8967ddf ("target/arm: Use probe_access_full for MTE")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1416
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230114031213.2970349-1-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