KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHE
authorFuad Tabba <tabba@google.com>
Tue, 23 Apr 2024 15:05:18 +0000 (16:05 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 1 May 2024 15:48:14 +0000 (16:48 +0100)
commitcfbdc546b667d16cdbec04c628dc1ce5a5d33bd2
treee2878ee7b31e9973693550e1126b71842d40bbd9
parent58f3b0fc3b877447592301d14e7e1c05ebbad1a6
KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHE

Rename __tlb_switch_to_{guest,host}() to
{enter,exit}_vmid_context() in VHE code to maintain symmetry
between the nVHE and VHE TLB invalidations.

No functional change intended.

Suggested-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Fuad Tabba <tabba@google.com>
Acked-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20240423150538.2103045-11-tabba@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/hyp/vhe/tlb.c