qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63


From: Richard Henderson
Subject: Re: [PATCH 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63
Date: Sat, 28 Jan 2023 13:50:08 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/27/23 07:55, Peter Maydell wrote:
Mark up the sysreg definitions for the system instructions
trapped by HFGITR bits 48..63.

Some of these bits are for trapping instructions which are
not in the system instruction encoding (i.e. which are
not handled by the ARMCPRegInfo mechanism):
  * ERET, ERETAA, ERETAB
  * SVC

We will have to handle those separately and manually.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/cpregs.h | 4 ++++
  target/arm/helper.c | 9 +++++++++
  2 files changed, 13 insertions(+)

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

r~



reply via email to

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