target/arm: Pass MemOp to get_phys_addr_gpc
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Oct 2024 14:09:01 +0000 (07:09 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 18:27:06 +0000 (11:27 -0700)
commit5458670b15b9176dd75beb9516427ffb88e00a17
tree87adb7eb7ab808dd58a9ea98e8bd92ed503da9a0
parent29b4d7dbd21731fb974363f3d6b34d50f08fc24f
target/arm: Pass MemOp to get_phys_addr_gpc

Zero is the safe do-nothing value for callers to use.
Pass the value through from get_phys_addr.

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