]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: Factor out setting HCRX_EL2 traps into separate function
authorFuad Tabba <tabba@google.com>
Fri, 14 Mar 2025 11:18:29 +0000 (11:18 +0000)
committerOliver Upton <oliver.upton@linux.dev>
Fri, 14 Mar 2025 23:00:49 +0000 (16:00 -0700)
commit44f979bf434e9ba1f9040700138825e1ecb69d25
tree0343f76b707098a2d126f918386647508e8525f6
parent79ea66231599c18e3b01852e28ecc2dc84d7326c
KVM: arm64: Factor out setting HCRX_EL2 traps into separate function

Factor out the code for setting a vcpu's HCRX_EL2 traps in to a
separate inline function. This allows us to share the logic with
pKVM when setting the traps in protected mode.

No functional change intended.

Reviewed-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Fuad Tabba <tabba@google.com>
Link: https://lore.kernel.org/r/20250314111832.4137161-2-tabba@google.com
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
arch/arm64/include/asm/kvm_emulate.h
arch/arm64/kvm/sys_regs.c