target/arm: Use set/clear_helper_retaddr in helper-a64.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Jul 2024 21:08:24 +0000 (14:08 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Jul 2024 00:56:04 +0000 (10:56 +1000)
commit8009519b3094ab515def1fe9bbc444d463579448
tree731845730f6c93893a1754d0a7fddb8accbd765b
parent3d75856d1a9c8d187d91066d0747de7a0d1ce3d5
target/arm: Use set/clear_helper_retaddr in helper-a64.c

Use these in helper_dc_dva and the FEAT_MOPS routines to
avoid a race condition with munmap in another thread.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/tcg/helper-a64.c