accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
commita754f7f34e9c74adf65a0149c5e2382077a6e594
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 17 Jul 2021 00:49:09 +0000 (16 17:49 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Jul 2021 17:45:38 +0000 (21 07:45 -1000)
tree1ff699904f6995d71e0c87d6cc1f2dde537ac19d
parentfcff001441b413ae45d50fe7b301d7bb3217ebc7
accel/tcg: Expand ATOMIC_MMU_LOOKUP_*

Unify the parameters of atomic_mmu_lookup between cputlb.c and
user-exec.c.  Call the function directly, and remove the macros.

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/atomic_template.h
accel/tcg/cputlb.c
accel/tcg/user-exec.c