qemu/include/user
Richard Henderson 964080d356 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>
2025-05-05 09:24:10 -07:00
..
abitypes.h linux-user: Remove support for CRIS target 2024-09-13 20:10:50 +02:00
cpu_loop.h accel/tcg: Use vaddr in cpu_loop.h 2025-05-05 09:24:06 -07:00
guest-base.h exec: Restrict inclusion of 'user/guest-base.h' 2024-04-26 17:03:05 +02:00
guest-host.h accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr 2025-05-05 09:24:10 -07:00
mmap.h user: Extract common MMAP API to 'user/mmap.h' 2025-03-09 14:54:32 +01:00
page-protection.h accel/tcg: Remove TARGET_PAGE_DATA_SIZE 2025-05-05 09:24:10 -07:00
safe-syscall.h {linux,bsd}-user: Introduce get_task_state() 2024-03-06 12:35:19 +00:00
signal.h user: Introduce host_interrupt_signal 2025-02-10 13:47:59 +00:00
syscall-trace.h user: Move 'abitypes.h' from 'exec/user' to 'user' 2024-05-03 17:21:18 +02:00
thunk.h user: Move 'thunk.h' from 'exec/user' to 'user' 2024-05-03 17:21:20 +02:00
tswap-target.h exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' 2024-04-26 17:03:05 +02:00