target/arm: Split out S1Translate type
commit6d2654ffacea813916176c5df27958098b20af6a
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 11 Oct 2022 03:18:54 +0000 (10 20:18 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Oct 2022 10:27:49 +0000 (20 11:27 +0100)
treecfb79b64060f5909a9b49bed144603e71bde0d68
parent00b20ee42ea97f2329779851a7f8a290712109ee
target/arm: Split out S1Translate type

Consolidate most of the inputs and outputs of S1_ptw_translate
into a single structure.  Plumb this through arm_ld*_ptw from
the controlling get_phys_addr_* routine.

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