tcg: Drop TCGContext.page_{mask,bits}

Use exec/target_page.h instead of independent variables.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2025-05-01 11:38:03 -07:00
parent 9cfcf8c3b7
commit 11efde54f2
14 changed files with 31 additions and 36 deletions

View file

@ -365,9 +365,6 @@ struct TCGContext {
int nb_indirects;
int nb_ops;
TCGType addr_type; /* TCG_TYPE_I32 or TCG_TYPE_I64 */
int page_mask;
uint8_t page_bits;
TCGBar guest_mo;
TCGRegSet reserved_regs;