]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Handle TSB CSYNC traps
authorMarc Zyngier <maz@kernel.org>
Mon, 27 Jan 2025 11:58:38 +0000 (11:58 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 19 May 2025 10:36:21 +0000 (11:36 +0100)
commit98dbe56a016a4ea457ef312637a625d3c627dbd9
tree4db45c40d49bc3852ccd676008eb663aa48dcb17
parentaf2d78dcadbc2386610566ab2052fee78993fb53
KVM: arm64: Handle TSB CSYNC traps

The architecture introduces a trap for TSB CSYNC that fits in
the same EC as LS64 and PSB CSYNC. Let's deal with it in a similar
way.

It's not that we expect this to be useful any time soon anyway.

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