commit | 8009519b3094ab515def1fe9bbc444d463579448 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 09 14:08:24 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 23 10:56:04 2024 +1000 |
tree | 731845730f6c93893a1754d0a7fddb8accbd765b | |
parent | 3d75856d1a9c8d187d91066d0747de7a0d1ce3d5 [diff] |
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>