accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 19 Aug 2022 21:20:37 +0000 (14:20 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 4 Oct 2022 03:53:30 +0000 (20:53 -0700)
commit25d3ec5831e08ed3e72a5db654d7c281feb559c7
tree574f32009c0a8c3984c62400587cba5d4fa07653
parent8810ee2ac0899356013f56db6ea5f3e5023fbef6
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull

This structure will shortly contain more than just
data for accessing MMIO.  Rename the 'addr' member
to 'xlat_section' to more clearly indicate its purpose.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
include/exec/cpu-defs.h
target/arm/mte_helper.c
target/arm/sve_helper.c
target/arm/translate-a64.c