accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 9 Jul 2024 19:52:40 +0000 (12:52 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Jul 2024 00:56:04 +0000 (10:56 +1000)
commit3d75856d1a9c8d187d91066d0747de7a0d1ce3d5
tree2bced5bbd9445dee41c416d7a7c7953f816b912e
parenta7ddb48bd1363c8bcdf42776d320289c42191f01
accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h

Use of these in helpers goes hand-in-hand with tlb_vaddr_to_host
and other probing functions.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/user-exec.c
accel/tcg/user-retaddr.h [deleted file]
include/exec/cpu_ldst.h