]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 5 May 2024 12:10:08 +0000 (14:10 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 6 May 2024 09:17:15 +0000 (11:17 +0200)
commit86b7c5518232c8e5cda7951cbe62b0b23fc0b4e5
tree9bf78ea08c94d92d5cd98dd2484e8f97fbf04e85
parent1072f927f0966d37b37c52084b4eb957288b2704
exec/cpu: Rename PAGE_BITS macro to PAGE_RWX

This macro can be used to abbreviate PAGE_READ | PAGE_WRITE | PAGE_EXEC
for which PAGE_RWX is a better name and renaming it also shows it is
not related to TARGET_PAGE_BITS.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240505121008.44A0D4E602D@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
accel/tcg/user-exec.c
bsd-user/mmap.c
include/exec/cpu-common.h
linux-user/elfload.c
linux-user/mmap.c
target/cris/mmu.c
target/microblaze/helper.c