Files
qemu/include
Richard Henderson aece72b76b tcg: Add page_bits and page_mask to TCGContext
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>
2023-05-16 20:13:51 -07:00
..
2023-03-20 12:43:50 +01:00
2023-03-07 20:44:09 +00:00
2023-03-10 15:35:38 +08:00
2023-05-16 15:21:39 -07:00
2023-05-16 09:13:34 +02:00
2023-03-13 23:48:45 +04:00
2023-03-20 12:43:50 +01:00