]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor
authorMarc Zyngier <maz@kernel.org>
Fri, 21 Jun 2024 13:59:36 +0000 (14:59 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 30 Aug 2024 11:04:20 +0000 (12:04 +0100)
commit0a0f25b71ca544388717f8bf4a54ba324e234e7a
tree4942e8e12efd7bee92b0b2758974f771e4fb214f
parent4155539bc5baab514ac71285a1a13fcf148f9cf1
KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor

The upper_attr attribute has been badly named, as it most of the
time carries the full "last walked descriptor".

Rename it to "desc" and make ti contain the full 64bit descriptor.
This will be used by the S1 PTW.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_nested.h
arch/arm64/kvm/nested.c