cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code
commitfc4120a3786ff7980f2e5a9a3caf45246ad95043
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2019 19:25:10 +0000 (11 11:25 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:10 +0000 (15 15:13 -1000)
treed197cb8cfc774b97048577a1b7fba236b80c1ef6
parenta6d456df2af1fada3096dd6914733c2d99c4dbb5
cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_code

There are no uses of the *_cmmu names other than the bare wrapping
within the *_code inlines.  Therefore rename the functions so we
can drop the inlines.

Use abi_ptr instead of target_ulong in preparation for user-only;
the two types are identical for softmmu.

Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
docs/devel/loads-stores.rst
include/exec/cpu_ldst.h
include/exec/cpu_ldst_template.h
tcg/tcg.h