target/arm: Split out mte_probe_int
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 16 Apr 2021 18:30:59 +0000 (11:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 10:16:49 +0000 (11:16 +0100)
commitf8c8a8606071b2966f83ebaccc69714ac3cad548
treee43dfebab40c4d7e1a898517e7355811f69aef30
parent98f96050aacb1f48956413832ae36392169801a1
target/arm: Split out mte_probe_int

Split out a helper function from mte_checkN to perform
all of the checking and address manpulation.  So far,
just use this in mte_checkN itself.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210416183106.1516563-3-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