]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: arm64: Call helper for reading descriptors directly
authorOliver Upton <oupton@kernel.org>
Mon, 24 Nov 2025 19:01:48 +0000 (11:01 -0800)
committerOliver Upton <oupton@kernel.org>
Mon, 1 Dec 2025 08:44:01 +0000 (00:44 -0800)
commitcdba9da34b145eb2f3c502279a454f9a1a8346c1
treebe021dd755a1eb08b59652bc1a55a1facd436ef4
parent692650bd7b12532798c2022cb53869a07a288fbe
KVM: arm64: Call helper for reading descriptors directly

Going through a function pointer doesn't serve much purpose when there's
only one implementation.

Reviewed-by: Marc Zyngier <maz@kernel.org>
Tested-by: Marc Zyngier <maz@kernel.org>
Link: https://msgid.link/20251124190158.177318-7-oupton@kernel.org
Signed-off-by: Oliver Upton <oupton@kernel.org>
arch/arm64/kvm/nested.c