target/arm: Pass MemOp through get_phys_addr_twostage
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Oct 2024 14:39:14 +0000 (07:39 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 18:27:06 +0000 (11:27 -0700)
commit21e5a2870e3c67ac903cde52c1c587a63d520d96
tree79e3128491fae6644af2b370cb6f6ff5a839fbdb
parentc6cd9f9fa9fc62531ad0836401dac3feb4e73b30
target/arm: Pass MemOp through get_phys_addr_twostage

Pass memop through get_phys_addr_twostage with its
recursion with get_phys_addr_nogpc.

Reviewed-by: Helge Deller <deller@gmx.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/ptw.c