]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Drop TCGContext.page_{mask,bits}
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 1 May 2025 18:38:03 +0000 (11:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 28 May 2025 07:08:47 +0000 (08:08 +0100)
commit11efde54f248c2da9e164910b8b1945e78a7168e
treecb028eccb2a9f55417644e77e022bb377daa95d9
parent9cfcf8c3b7b7a95e754a9fce565a88c6c76ce128
tcg: Drop TCGContext.page_{mask,bits}

Use exec/target_page.h instead of independent variables.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
14 files changed:
accel/tcg/translate-all.c
include/tcg/tcg.h
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/loongarch64/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/perf.c
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390x/tcg-target.c.inc
tcg/sparc64/tcg-target.c.inc
tcg/tcg-op-ldst.c
tcg/tcg.c