diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2025-04-30 20:23:59 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-05-05 09:24:10 -0700 |
commit | 964080d3563f1211b70051c8ea5add752586da09 (patch) | |
tree | 4eea31059a8cca1b7cc1cf00e5b103dac734cd2f /scripts/rust/rustc_args.py | |
parent | 2c0b261fcd259f0e027633c744d279d255b4ff49 (diff) | |
download | qemu-964080d3563f1211b70051c8ea5add752586da09.zip qemu-964080d3563f1211b70051c8ea5add752586da09.tar.gz qemu-964080d3563f1211b70051c8ea5add752586da09.tar.bz2 |
accel/tcg: Remove TARGET_PAGE_DATA_SIZE
This macro is used by only one target, and even then under
unusual conditions -- AArch64 with mmap's PROT_MTE flag.
Since page size for aarch64-linux-user is variable, the
per-page data size is also variable.
Since page_reset_target_data via target_munmap does not
have ready access to CPUState, simply pass in the size
from the first allocation and remember that.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/rust/rustc_args.py')
0 files changed, 0 insertions, 0 deletions