target/arm: Add is_secure parameter to v8m_security_lookup
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 22 Aug 2022 15:26:46 +0000 (08:26 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2022 15:38:27 +0000 (16:38 +0100)
commitdbf2a71ad62b99286adf6cdc6d6c12cdb26306a9
tree4ff71d75f052a6d6960d347cc5f99e1d2bd3efe5
parent652c750ee5c57ba3bbaf32e5ebb77fbbc8f68385
target/arm: Add is_secure parameter to v8m_security_lookup

Remove the use of regime_is_secure from v8m_security_lookup,
passing the new parameter to the lookup instead.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220822152741.1617527-12-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/internals.h
target/arm/m_helper.c
target/arm/ptw.c