mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/arm: Mark up sysregs for HDFGRTR bits 0..11
Mark up the sysreg definitons for the registers trapped by HDFGRTR/HDFGWTR bits 0..11. These cover various debug related registers. 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-15-peter.maydell@linaro.org Message-id: 20230127175507.2895013-15-peter.maydell@linaro.org
This commit is contained in:
parent
bd8db7d905
commit
917b1405c1
2 changed files with 23 additions and 0 deletions
|
@ -622,6 +622,18 @@ typedef enum FGTBit {
|
|||
DO_BIT(HFGRTR, ERRIDR_EL1),
|
||||
DO_REV_BIT(HFGRTR, NSMPRI_EL1),
|
||||
DO_REV_BIT(HFGRTR, NTPIDR2_EL0),
|
||||
|
||||
/* Trap bits in HDFGRTR_EL2 / HDFGWTR_EL2, starting from bit 0. */
|
||||
DO_BIT(HDFGRTR, DBGBCRN_EL1),
|
||||
DO_BIT(HDFGRTR, DBGBVRN_EL1),
|
||||
DO_BIT(HDFGRTR, DBGWCRN_EL1),
|
||||
DO_BIT(HDFGRTR, DBGWVRN_EL1),
|
||||
DO_BIT(HDFGRTR, MDSCR_EL1),
|
||||
DO_BIT(HDFGRTR, DBGCLAIM),
|
||||
DO_BIT(HDFGWTR, OSLAR_EL1),
|
||||
DO_BIT(HDFGRTR, OSLSR_EL1),
|
||||
DO_BIT(HDFGRTR, OSECCR_EL1),
|
||||
DO_BIT(HDFGRTR, OSDLR_EL1),
|
||||
} FGTBit;
|
||||
|
||||
#undef DO_BIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue