Re: [PATCH 17/23] target/arm: Mark up sysregs for HFGITR bits 12..17

2023-01-28 Thread Richard Henderson
On 1/27/23 07:55, Peter Maydell wrote: Mark up the sysreg definitions for the system instructions trapped by HFGITR bits 12..17. These bits cover AT address translation instructions. Signed-off-by: Peter Maydell --- target/arm/cpregs.h | 6 ++ target/arm/helper.c | 6 ++ 2 files

[PATCH 17/23] target/arm: Mark up sysregs for HFGITR bits 12..17

2023-01-27 Thread Peter Maydell
Mark up the sysreg definitions for the system instructions trapped by HFGITR bits 12..17. These bits cover AT address translation instructions. Signed-off-by: Peter Maydell --- target/arm/cpregs.h | 6 ++ target/arm/helper.c | 6 ++ 2 files changed, 12 insertions(+) diff --git