arm64: Fix HFGxTR_EL2 field naming
authorMarc Zyngier <maz@kernel.org>
Mon, 3 Jul 2023 13:04:16 +0000 (14:04 +0100)
committerWill Deacon <will@kernel.org>
Thu, 13 Jul 2023 09:15:38 +0000 (10:15 +0100)
commit55b87b74996383230586f4f9f801ae304c70e649
tree37935346e78976f22d10bcef22d55e0a16106d71
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
arm64: Fix HFGxTR_EL2 field naming

The HFGxTR_EL2 fields do not always follow the naming described
in the spec, nor do they match the name of the register they trap
in the rest of the kernel.

It is a bit sad that they were written by hand despite the availability
of a machine readable version...

Fixes: cc077e7facbe ("arm64/sysreg: Convert HFG[RW]TR_EL2 to automatic generation")
Signed-off-by: Marc Zyngier <maz@kernel.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: Will Deacon <will@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230703130416.1495307-1-maz@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/tools/sysreg