target/arm: Pass MemOp to get_phys_addr_nogpc
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Oct 2024 14:36:10 +0000 (07:36 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 18:27:06 +0000 (11:27 -0700)
commitc6cd9f9fa9fc62531ad0836401dac3feb4e73b30
tree4233009438cbf7a7d26ea68fb7f352f4bc9d90da
parent5458670b15b9176dd75beb9516427ffb88e00a17
target/arm: Pass MemOp to get_phys_addr_nogpc

Zero is the safe do-nothing value for callers to use.
Pass the value through from get_phys_addr_gpc and
get_phys_addr_with_space_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