]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Add prot_check parameter to pmsav8_mpu_lookup
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 30 Aug 2025 05:40:08 +0000 (15:40 +1000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Sep 2025 16:31:53 +0000 (17:31 +0100)
commit76fea609082d9673449a1f6aca9a28af6f20f8cf
tree3a95e80a7edd49a3224e42217a95f791c581b8b2
parente1b31ba94d143c5026b199c5df7523fa4d9fa4cf
target/arm: Add prot_check parameter to pmsav8_mpu_lookup

Separate the access_type from the protection check.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250830054128.448363-5-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/internals.h
target/arm/ptw.c
target/arm/tcg/m_helper.c