commit | 3b9991e35c08be7fd6b84090b2114ff1bfd44d3f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 09 15:02:07 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Jul 23 10:56:04 2024 +1000 |
tree | ab1bfdd680fed7dfca7ff254aff8e1ede6101912 | |
parent | 8009519b3094ab515def1fe9bbc444d463579448 [diff] |
target/arm: Use set/clear_helper_retaddr in SVE and SME helpers Avoid a race condition with munmap in another thread. Use around blocks that exclusively use "host_fn". Keep the blocks as small as possible, but without setting and clearing for every operation on one page. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>