Searched hist:"08 b97f7ff299df35c61bc74b8e53dbe23d59470b" (Results 1 – 3 of 3) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 08b97f7ff299df35c61bc74b8e53dbe23d59470b Thu Jun 13 22:54:22 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Introduce set/clear_helper_retaddr
At present we have a potential error in that helper_retaddr contains data for handle_cpu_signal, but we have not ensured that those stores will be scheduled properly before the operation that may fault.
It might be that these races are not in practice observable, due to our use of -fno-strict-aliasing, but better safe than sorry.
Adjust all of the setters of helper_retaddr.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | sve_helper.c | 08b97f7ff299df35c61bc74b8e53dbe23d59470b Thu Jun 13 22:54:22 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Introduce set/clear_helper_retaddr
At present we have a potential error in that helper_retaddr contains data for handle_cpu_signal, but we have not ensured that those stores will be scheduled properly before the operation that may fault.
It might be that these races are not in practice observable, due to our use of -fno-strict-aliasing, but better safe than sorry.
Adjust all of the setters of helper_retaddr.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/accel/tcg/ |
H A D | user-exec.c | 08b97f7ff299df35c61bc74b8e53dbe23d59470b Thu Jun 13 22:54:22 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Introduce set/clear_helper_retaddr
At present we have a potential error in that helper_retaddr contains data for handle_cpu_signal, but we have not ensured that those stores will be scheduled properly before the operation that may fault.
It might be that these races are not in practice observable, due to our use of -fno-strict-aliasing, but better safe than sorry.
Adjust all of the setters of helper_retaddr.
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|