commit | a15809c010f32e1d72379babbd230c82e3f46901 | [log] [tgz] |
---|---|---|
author | Matthieu Longo <matthieu.longo@arm.com> | Wed Jun 19 20:08:17 2024 +0100 |
committer | Matthieu Longo <matthieu.longo@arm.com> | Fri Jul 05 15:39:28 2024 +0100 |
tree | 394df32ca2738cb09b9a4b7a37a538ec8bbaf8f5 | |
parent | 97bf50bb61085cb516929e736b20377bd651a8c5 [diff] |
aarch64: add E3DSE feature and its associated registers AArch64 defines new registers for the feature e3dse (Delegated SError exceptions for EL3): vdisr_el3 and vdisr_el3. e3dse is an Armv9.5-A feature. This patch also adds relevant tests. Regression tested on aarch64-none-elf, and no regression found.