]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Move TARGET_PAGE_{SIZE,MASK,BITS} to target_page.h
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 6 Mar 2025 21:32:36 +0000 (13:32 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Mar 2025 21:02:54 +0000 (13:02 -0800)
commit58d00538ceeef9900802bcd4b7ad613ca78c8583
tree871aa2a64e3cef02a2ae19bb42ee28c7fcb41ae1
parent3504f104ea97ffaa89f509db8059ec1047bd62ae
include/exec: Move TARGET_PAGE_{SIZE,MASK,BITS} to target_page.h

Re-use the TARGET_PAGE_BITS_VARY mechanism to define
TARGET_PAGE_SIZE and friends when not compiling per-target.
Inline qemu_target_page_{size,mask,bits} as they are now trivial.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu-all.h
include/exec/poison.h
include/exec/target_page.h
page-target.c
page-vary-target.c