mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-04 21:47:41 -07:00
Disconnect guest page size from TCG compilation.
While this could be done via exec/target_page.h, we want to cache
the value across multiple memory access operations, so we might
as well initialize this early.
The changes within tcg/ are entirely mechanical:
sed -i s/TARGET_PAGE_BITS/s->page_bits/g
sed -i s/TARGET_PAGE_MASK/s->page_mask/g
Reviewed-by: Anton Johansson <anjo@rev.ng>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
||
|---|---|---|
| .. | ||
| tcg-cond.h | ||
| tcg-gvec-desc.h | ||
| tcg-ldst.h | ||
| tcg-mo.h | ||
| tcg-op-gvec.h | ||
| tcg-op.h | ||
| tcg-opc.h | ||
| tcg-temp-internal.h | ||
| tcg.h | ||