KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available
authorMarc Zyngier <maz@kernel.org>
Mon, 15 May 2023 17:00:16 +0000 (18:00 +0100)
committerOliver Upton <oliver.upton@linux.dev>
Sun, 21 May 2023 19:09:44 +0000 (19:09 +0000)
commitc876c3f182a5cc16711962efdd9bf56b9fb84317
treedef0af915d57007414ae8617bb0324515951fa4d
parentf1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6
KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is available

CTR_EL0 can often be used in userspace, and it would be nice if
KVM didn't have to emulate it unnecessarily.

While it isn't possible to trap the cache configuration registers
independently from CTR_EL0 in the base ARMv8.0 architecture, FEAT_EVT
allows these cache configuration registers (CCSIDR_EL1, CCSIDR2_EL1,
CLIDR_EL1 and CSSELR_EL1) to be trapped independently by setting
HCR_EL2.TID4.

Switch to using TID4 instead of TID2 in the cases where FEAT_EVT
is available *and* that KVM doesn't need to sanitise CTR_EL0 to
paper over mismatched cache configurations.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20230515170016.965378-1-maz@kernel.org
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/include/asm/kvm_arm.h
arch/arm64/include/asm/kvm_emulate.h
arch/arm64/kernel/cpufeature.c
arch/arm64/tools/cpucaps