On 31/5/23 06:02, Richard Henderson wrote:
Disconnect the layout of ArchCPU from TCG compilation.
Pass the relative offset of 'env' and 'neg.tlb.f' as a parameter.

Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
  include/exec/cpu-defs.h          | 39 +---------------------
  include/exec/tlb-common.h        | 56 ++++++++++++++++++++++++++++++++
  include/tcg/tcg.h                |  1 +
  accel/tcg/translate-all.c        |  2 ++
  tcg/tcg.c                        | 13 ++++++++
  tcg/aarch64/tcg-target.c.inc     |  7 ++--
  tcg/arm/tcg-target.c.inc         |  7 ++--
  tcg/i386/tcg-target.c.inc        |  9 ++---
  tcg/loongarch64/tcg-target.c.inc |  7 ++--
  tcg/mips/tcg-target.c.inc        |  7 ++--
  tcg/ppc/tcg-target.c.inc         |  7 ++--
  tcg/riscv/tcg-target.c.inc       |  7 ++--
  tcg/s390x/tcg-target.c.inc       |  7 ++--
  tcg/sparc64/tcg-target.c.inc     |  7 ++--
  14 files changed, 110 insertions(+), 66 deletions(-)
  create mode 100644 include/exec/tlb-common.h

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to