You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 month ago
..
abitypes.h linux-user: Remove support for CRIS target 9 months ago
cpu_loop.h accel/tcg: Use vaddr in cpu_loop.h 1 month ago
guest-base.h exec: Restrict inclusion of 'user/guest-base.h' 1 year ago
guest-host.h accel/tcg: Move TARGET_TAGGED_ADDRESSES to TCGCPUOps.untagged_addr 1 month ago
mmap.h user: Extract common MMAP API to 'user/mmap.h' 3 months ago
page-protection.h accel/tcg: Remove TARGET_PAGE_DATA_SIZE 1 month ago
safe-syscall.h {linux,bsd}-user: Introduce get_task_state() 1 year ago
signal.h user: Introduce host_interrupt_signal 4 months ago
syscall-trace.h user: Move 'abitypes.h' from 'exec/user' to 'user' 1 year ago
thunk.h user: Move 'thunk.h' from 'exec/user' to 'user' 1 year ago
tswap-target.h exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' 1 year ago