Re: [PATCH v3 04/10] tcg: Rename helper_atomic_*_mmu and provide for user-only

2021-07-19 Thread Peter Maydell
On Sat, 17 Jul 2021 at 20:24, Richard Henderson wrote: > > 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. > >

[PATCH v3 04/10] tcg: Rename helper_atomic_*_mmu and provide for user-only

2021-07-17 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- include/tcg/tcg.h