]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: arm64: nv: Snapshot S1 ASID tagging information during walk
authorMarc Zyngier <maz@kernel.org>
Wed, 14 May 2025 10:34:47 +0000 (11:34 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 19 May 2025 06:59:46 +0000 (07:59 +0100)
commita0ec2b822caba9ccdefa397918071e591b19e144
tree695ed69aea99f07c611249a2166e373ef83b3343
parent34fa9dece52757727ed2ffd5cf4713c6cd0b707f
KVM: arm64: nv: Snapshot S1 ASID tagging information during walk

We currently completely ignore any sort of ASID tagging during a S1
walk, as AT doesn't care about it.

However, such information is required if we are going to create
anything that looks like a TLB from this walk.

Let's capture it both the nG and ASID information while walking
the page tables.

Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20250514103501.2225951-5-maz@kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_nested.h
arch/arm64/kvm/at.c