]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Add secure parameter to pmsav8_mpu_lookup
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 22 Aug 2022 15:26:47 +0000 (08:26 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2022 15:38:27 +0000 (16:38 +0100)
commite9fb709041d7866fca33de0848a3d43092e42512
tree092330fbcd9b38eff79390c6788a826fdfc8ad37
parentdbf2a71ad62b99286adf6cdc6d6c12cdb26306a9
target/arm: Add secure parameter to pmsav8_mpu_lookup

Remove the use of regime_is_secure from pmsav8_mpu_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-13-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