accel/tcg: Make page_alloc_target_data allocation constant
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 17 Sep 2022 12:25:12 +0000 (14:25 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Oct 2022 01:11:28 +0000 (11:11 +1000)
commit50d4c8c1d433ae843a6b86a65467c507095f65f1
tree6c5fe4a6b10dc82d545a62523d5620c4b72b7adc
parent7ed9e721cce2ccf6a1da22cd0e713c2a0d187457
accel/tcg: Make page_alloc_target_data allocation constant

Use a constant target data allocation size for all pages.
This will be necessary to reduce overhead of page tracking.
Since TARGET_PAGE_DATA_SIZE is now required, we can use this
to omit data tracking for targets that don't require it.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
include/exec/cpu-all.h
target/arm/cpu.h
target/arm/internals.h
target/arm/mte_helper.c