KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
authorMarc Zyngier <maz@kernel.org>
Wed, 14 Feb 2024 13:18:09 +0000 (13:18 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Mon, 19 Feb 2024 17:13:00 +0000 (17:13 +0000)
commit0beb14de740df93a5af0edc0bd4941dc037e6688
tree1018011d770bb7eb4a50a83770ce2f68261477b5
parent76b457a5cdeae453481910b2b3978d775e9563dc
KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers

There is no reason to have separate FGT group identifiers for
the debug fine grain trapping. The sole requirement is to provide
the *names* so that the SR_FGF() macro can do its magic of picking
the correct bit definition.

So let's alias HDFGWTR_GROUP and HDFGRTR_GROUP.

Reviewed-by: Joey Gouly <joey.gouly@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20240214131827.2856277-9-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/emulate-nested.c