KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp counters
authorOliver Upton <oliver.upton@linux.dev>
Wed, 20 Nov 2024 00:52:30 +0000 (16:52 -0800)
committerOliver Upton <oliver.upton@linux.dev>
Thu, 21 Nov 2024 01:23:32 +0000 (17:23 -0800)
commit13905f4547b050316262d54a5391d50e83ce613a
tree08f9cce9d35d3c922ca9ebf2918b50ea56d71a2d
parent54bbee190d42166209185d89070c58a343bf514b
KVM: arm64: Use MDCR_EL2.HPME to evaluate overflow of hyp counters

The 'global enable control' (as it is termed in the architecture) for
counters reserved by EL2 is MDCR_EL2.HPME. Use that instead of
PMCR_EL0.E when evaluating the overflow state for hyp counters.

Change the return value to a bool while at it, which better reflects the
fact that the overflow state is a shared signal and not a per-counter
property.

Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20241120005230.2335682-3-oliver.upton@linux.dev
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/kvm/pmu-emul.c