diff options
author | Mark Brown <broonie@kernel.org> | 2024-12-11 01:02:46 +0000 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2025-01-07 15:16:22 +0000 |
commit | 1ad9a56442a06298fc8e5a982d1ca6d04f84fe44 (patch) | |
tree | f10a04bc9e422be9c0f5bd7f808e4c3183d9c4a7 | |
parent | e5ecedcd7cc231a115c11cfed79635583ef4f882 (diff) |
arm64/sysreg: Update ID_AA64PFR2_EL1 to DDI0601 2024-09
DDI0601 2024-09 defines a new feature flags in ID_AA64PFR2_EL1
describing support for injecting UNDEF exceptions, update sysreg to
include this.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20241211-arm64-2024-dpisa-v4-1-0fd403876df2@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r-- | arch/arm64/tools/sysreg | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg index 40a9e4e2cae6..3e2c49f4b163 100644 --- a/arch/arm64/tools/sysreg +++ b/arch/arm64/tools/sysreg @@ -1018,7 +1018,12 @@ UnsignedEnum 35:32 FPMR 0b0000 NI 0b0001 IMP EndEnum -Res0 31:12 +Res0 31:20 +UnsignedEnum 19:16 UINJ + 0b0000 NI + 0b0001 IMP +EndEnum +Res0 15:12 UnsignedEnum 11:8 MTEFAR 0b0000 NI 0b0001 IMP |