diff options
author | Mark Brown <broonie@kernel.org> | 2022-07-04 20:03:00 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-07-05 13:45:47 +0300 |
commit | 12c897b4ffecce971e6654e952a0f6453976b3bc (patch) | |
tree | 8b4584b3d9c43c2b7a44848b70d51a42647d7458 /arch/arm64/tools | |
parent | 41cc24e0c883bb610da5841e6df6672712346c48 (diff) | |
download | linux-12c897b4ffecce971e6654e952a0f6453976b3bc.tar.xz |
arm64/sysreg: Convert LORID_EL1 to automatic generation
Convert LORID_EL1 to automatic register generation as per DDI0487H.a, no
functional changes.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220704170302.2609529-27-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/tools')
-rw-r--r-- | arch/arm64/tools/sysreg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg index 95fcad79b917..13b8f85682af 100644 --- a/arch/arm64/tools/sysreg +++ b/arch/arm64/tools/sysreg @@ -541,3 +541,10 @@ Field 9:2 DS Res0 1 Field 0 EN EndSysreg + +Sysreg LORID_EL1 3 0 10 4 7 +Res0 63:24 +Field 23:16 LD +Res0 15:8 +Field 7:0 LR +EndSysreg |