tcg: Rename helper_atomic_*_mmu and provide for user-only
commitbe9568b4e02100681af14ab2d17522c3d497f511
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 16 Jul 2021 21:20:49 +0000 (16 14:20 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Jul 2021 17:45:38 +0000 (21 07:45 -1000)
tree139ea7e6fc042a405e980347cb502b7f9b341498
parent9ef0c6d6a7d81992a2326416a9ce12eef2824861
tcg: Rename helper_atomic_*_mmu and provide for user-only

Always provide the atomic interface using TCGMemOpIdx oi
and uintptr_t retaddr.  Rename from helper_* to cpu_* so
as to (mostly) match the exec/cpu_ldst.h functions, and
to emphasize that they are not callable from TCG directly.

Tested-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
accel/tcg/user-exec.c
include/tcg/tcg.h
target/arm/helper-a64.c
target/i386/tcg/mem_helper.c
target/m68k/op_helper.c
target/ppc/mem_helper.c
target/s390x/tcg/mem_helper.c