[PATCH v1 0/9] arm64/sysreg: More system register generation

Mark Brown broonie at kernel.org
Thu Jul 7 11:12:11 PDT 2022


This series continues on with the conversion of the system registers to
automatic generation, together with a few cleanups and improvements that
were identified as part of looking through all the register definitions
and bringing them into line with the conventions we've been using.

Mark Brown (9):
  arm64/sysreg: Remove stray SMIDR_EL1 defines
  arm64/sysreg: Add _EL1 to ID_AA64PFR1_EL1 constant names
  arm64/sysreg: Standardise naming for SSBS feature enumeration
  arm64/sysreg: Standardise naming for MTE feature enumeration
  arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 fractional version
    fields
  arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 BTI enumeration
  arm64/sysreg: Standardise naming of ID_AA64PFR1_EL1 SME enumeration
  arm64/sysreg: Convert ID_AA64PFR1_EL1 to automatic generation
  arm64/sysreg: Convert HCRX_EL2 to automatic generation

 arch/arm64/include/asm/cpufeature.h           |  6 +-
 arch/arm64/include/asm/el2_setup.h            |  2 +-
 arch/arm64/include/asm/sysreg.h               | 27 --------
 arch/arm64/kernel/cpufeature.c                | 42 ++++++-------
 arch/arm64/kernel/hyp-stub.S                  |  2 +-
 arch/arm64/kernel/idreg-override.c            |  6 +-
 .../arm64/kvm/hyp/include/nvhe/fixed_config.h |  4 +-
 arch/arm64/kvm/hyp/nvhe/pkvm.c                |  2 +-
 arch/arm64/kvm/hyp/nvhe/sys_regs.c            |  2 +-
 arch/arm64/kvm/sys_regs.c                     |  4 +-
 arch/arm64/mm/mmu.c                           |  2 +-
 arch/arm64/mm/proc.S                          |  4 +-
 arch/arm64/tools/sysreg                       | 61 +++++++++++++++++++
 13 files changed, 99 insertions(+), 65 deletions(-)


base-commit: b31f932090da32764e5c550a493e25982be4fa01
-- 
2.30.2




More information about the linux-arm-kernel mailing list