commit | 46932cf26eae239193c465e08234c41d9df7d3d8 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 09 14:43:55 2024 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 09 14:44:45 2024 +0000 |
tree | 7042e92fa140c2923a5895894bf19bc94164b67d | |
parent | bb7b95b070e3439eb46066963e6b870697344904 [diff] |
target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8) Mark up the cpreginfo structs to indicate offsets for system registers from VNCR_EL2, as defined in table D8-66 in rule R_CSRPQ in the Arm ARM. This commit covers offsets 0x168 to 0x1f8. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Miguel Luis <miguel.luis@oracle.com>