mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target/arm: Mark up sysregs for HFGRTR bits 12..23
Mark up the sysreg definitions for the registers trapped by HFGRTR/HFGWTR bits 12..23. 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-12-peter.maydell@linaro.org Message-id: 20230127175507.2895013-12-peter.maydell@linaro.org
This commit is contained in:
parent
158c276c74
commit
b19ed03c4c
2 changed files with 24 additions and 0 deletions
|
@ -591,6 +591,18 @@ typedef enum FGTBit {
|
|||
DO_BIT(HFGRTR, CCSIDR_EL1),
|
||||
DO_BIT(HFGRTR, CLIDR_EL1),
|
||||
DO_BIT(HFGRTR, CONTEXTIDR_EL1),
|
||||
DO_BIT(HFGRTR, CPACR_EL1),
|
||||
DO_BIT(HFGRTR, CSSELR_EL1),
|
||||
DO_BIT(HFGRTR, CTR_EL0),
|
||||
DO_BIT(HFGRTR, DCZID_EL0),
|
||||
DO_BIT(HFGRTR, ESR_EL1),
|
||||
DO_BIT(HFGRTR, FAR_EL1),
|
||||
DO_BIT(HFGRTR, ISR_EL1),
|
||||
DO_BIT(HFGRTR, LORC_EL1),
|
||||
DO_BIT(HFGRTR, LOREA_EL1),
|
||||
DO_BIT(HFGRTR, LORID_EL1),
|
||||
DO_BIT(HFGRTR, LORN_EL1),
|
||||
DO_BIT(HFGRTR, LORSA_EL1),
|
||||
} FGTBit;
|
||||
|
||||
#undef DO_BIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue