OSDN Git Service

exec: Rename guest_{addr,range}_valid to *_untagged
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 12 Feb 2021 18:48:46 +0000 (10:48 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2021 11:04:53 +0000 (11:04 +0000)
commit46b12f461ca063e2cecc53d5805232f05336f02d
tree11c0e31bef349f9a6edbca5940f14db41efc9614
parent114556c533acdaf4c2cdada245890572985b2912
exec: Rename guest_{addr,range}_valid to *_untagged

The places that use these are better off using untagged
addresses, so do not provide a tagged versions.  Rename
to make it clear about the address type.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210212184902.1251044-16-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/tcg/user-exec.c
include/exec/cpu_ldst.h
linux-user/mmap.c
linux-user/qemu.h
linux-user/syscall.c