arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition names
authorMark Brown <broonie@kernel.org>
Sat, 10 Sep 2022 16:33:50 +0000 (17:33 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 16 Sep 2022 11:38:57 +0000 (12:38 +0100)
commitfcf37b38ff2282ef3dc6ba1966c83b29e5734edd
tree47071b5e36f161d8fd24c10d8e97972cd7fb7cac
parentc0357a73fa4a96d8ed9ee46e9927d9fcbc9d0828
arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition names

Normally we include the full register name in the defines for fields within
registers but this has not been followed for ID registers. In preparation
for automatic generation of defines add the _EL1s into the defines for
ID_AA64DFR0_EL1 to follow the convention. No functional changes.

Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220910163354.860255-3-broonie@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
12 files changed:
arch/arm64/include/asm/assembler.h
arch/arm64/include/asm/cpufeature.h
arch/arm64/include/asm/el2_setup.h
arch/arm64/include/asm/hw_breakpoint.h
arch/arm64/include/asm/sysreg.h
arch/arm64/kernel/cpufeature.c
arch/arm64/kernel/debug-monitors.c
arch/arm64/kernel/perf_event.c
arch/arm64/kvm/debug.c
arch/arm64/kvm/hyp/nvhe/pkvm.c
arch/arm64/kvm/pmu-emul.c
arch/arm64/kvm/sys_regs.c