qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 07/48] tcg: Add tlb_fast_offset to TCGContext


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 07/48] tcg: Add tlb_fast_offset to TCGContext
Date: Thu, 1 Jun 2023 13:11:44 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

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.henderson@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é <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]