target/arm: Split out get_phys_addr_with_secure
commitdef8aa5b80a1c12a3a758801d585c0950867ac94
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 16:22:41 +0000 (1 09:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Oct 2022 13:52:24 +0000 (10 14:52 +0100)
tree4e9b29ac183b1eb1aefaf5456067530f508026c2
parent7e80c0a4ff68da09e1de292e4660f959ffed6fcd
target/arm: Split out get_phys_addr_with_secure

Retain the existing get_phys_addr interface using the security
state derived from mmu_idx.  Move the kerneldoc comments to the
header file where they belong.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20221001162318.153420-6-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/internals.h
target/arm/ptw.c