]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Mark up sysregs for HFGITR bits 18..47
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 30 Jan 2023 18:24:54 +0000 (18:24 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2023 12:59:23 +0000 (12:59 +0000)
commitbf2f0625f822f147f6a50204983c9945d416b338
tree76d3ad5f4085996e6659c1ccd308222e544db435
parent132c98cd93fba32e8535efae3a4675579b217ea1
target/arm: Mark up sysregs for HFGITR bits 18..47

Mark up the sysreg definitions for the system instructions
trapped by HFGITR bits 18..47. These bits cover TLBI
TLB maintenance instructions.

(If we implemented FEAT_XS we would need to trap some of the
instructions added by that feature using these bits; but we don't
yet, so will need to add the .fgt markup when we do.)

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-19-peter.maydell@linaro.org
Message-id: 20230127175507.2895013-19-peter.maydell@linaro.org
target/arm/cpregs.h
target/arm/helper.c