[PATCH 2/2] KVM: arm64: Clarify meaning of _MASK and _nMASK for FGT registers

From: Mark Brown
Date: Wed Jul 31 2024 - 14:59:52 EST


Since the use of _MASK to mean bits where setting the bit causes traps to
be generated is a little unusual add a clarifying comment.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
arch/arm64/include/asm/kvm_arm.h | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm64/include/asm/kvm_arm.h b/arch/arm64/include/asm/kvm_arm.h
index d347483395b4..1d8745740fb1 100644
--- a/arch/arm64/include/asm/kvm_arm.h
+++ b/arch/arm64/include/asm/kvm_arm.h
@@ -343,6 +343,10 @@
* FGT register definitions
*
* RES0 and polarity masks for the FGT registers.
+ *
+ * _RES0: Bits which are RES0
+ * _MASK: Bits which enable traps when set
+ * _nMASK: Bits which disable traps when set
*/
#define __HFGRTR_EL2_RES0 HFGxTR_EL2_RES0
#define __HFGRTR_EL2_MASK GENMASK(49, 0)

--
2.39.2