]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Mark up sysregs for HFGRTR bits 36..63
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 30 Jan 2023 18:24:49 +0000 (18:24 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2023 12:59:23 +0000 (12:59 +0000)
commitbd8db7d905d19dcd514ace40f41580501c80d51f
tree089f6363810993c612a860ce048e0c75dd8c0ec6
parent67dd80306cd09ad6daf9570bca94095a743d3467
target/arm: Mark up sysregs for HFGRTR bits 36..63

Mark up the sysreg definitions for the registers trapped
by HFGRTR/HFGWTR bits 36..63.

Of these, some correspond to RAS registers which we implement as
always-UNDEF: these don't need any extra handling for FGT because the
UNDEF-to-EL1 always takes priority over any theoretical
FGT-trap-to-EL2.

Bit 50 (NACCDATA_EL1) is for the ACCDATA_EL1 register which is part
of the FEAT_LS64_ACCDATA feature which we don't yet implement.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Fuad Tabba <tabba@google.com>
Message-id: 20230130182459.3309057-14-peter.maydell@linaro.org
Message-id: 20230127175507.2895013-14-peter.maydell@linaro.org
hw/intc/arm_gicv3_cpuif.c
target/arm/cpregs.h
target/arm/helper.c