]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 22 Aug 2022 15:26:45 +0000 (08:26 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2022 15:38:27 +0000 (16:38 +0100)
commit652c750ee5c57ba3bbaf32e5ebb77fbbc8f68385
tree3beab0020ee25127753a2f187bee935c1a9b09c3
parentd2c92e585619516d7d29d38de3acba206806e64c
target/arm: Remove is_subpage argument to pmsav8_mpu_lookup

This can be made redundant with result->page_size, by moving the basic
set of page_size from get_phys_addr_pmsav8.  We still need to overwrite
page_size when v8m_security_lookup signals a subpage.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220822152741.1617527-11-richard.henderson@linaro.org
[PMM: Update a comment that used to refer to is_subpage]
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