]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64/sysreg: Replace TCR_EL1 field macros
authorAnshuman Khandual <anshuman.khandual@arm.com>
Mon, 13 Oct 2025 05:29:44 +0000 (10:59 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 13 Nov 2025 15:58:30 +0000 (15:58 +0000)
commitb0a3f0e894f34e01f14770113f86019b1ef96040
tree22c164fc6681812e4eaf48cdc20bdd70f676671d
parent3a8660878839faadb4f1a6dd72c3179c1df56787
arm64/sysreg: Replace TCR_EL1 field macros

This just replaces all used TCR_EL1 field macros with tools sysreg variant
based fields and subsequently drops them from the header (pgtable-hwdef.h),
although while retaining the ones used for KVM (represented via the sysreg
tools format).

Cc: Will Deacon <will@kernel.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/assembler.h
arch/arm64/include/asm/cputype.h
arch/arm64/include/asm/mmu_context.h
arch/arm64/include/asm/pgtable-hwdef.h
arch/arm64/include/asm/pgtable-prot.h
arch/arm64/kernel/cpufeature.c
arch/arm64/kernel/pi/map_kernel.c
arch/arm64/kernel/vmcore_info.c
arch/arm64/mm/proc.S