qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/10] target/arm: Move AArch64 TLBI insns from v8_cp_reginfo


From: Richard Henderson
Subject: Re: [PATCH 03/10] target/arm: Move AArch64 TLBI insns from v8_cp_reginfo[]
Date: Tue, 10 Dec 2024 12:13:51 -0600
User-agent: Mozilla Thunderbird

On 12/10/24 10:04, Peter Maydell wrote:
Move the AArch64 TLBI insns that are declared in v8_cp_reginfo[]
into tlb-insns.c.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  target/arm/cpregs.h        |  11 +++
  target/arm/helper.c        | 182 +++----------------------------------
  target/arm/tcg/tlb-insns.c | 160 ++++++++++++++++++++++++++++++++
  3 files changed, 182 insertions(+), 171 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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