summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_arm.h
diff options
context:
space:
mode:
authorMarc Zyngier2018-10-01 14:40:36 +0200
committerMarc Zyngier2018-10-03 12:45:29 +0200
commitbca607ebc76af9540e4aad5b2241a7323354be43 (patch)
tree653168fb2b2cd78ed9c1ed228b1abcdc9445c515 /arch/arm64/include/asm/kvm_arm.h
parentkvm: arm64: Allow tuning the physical address size for VM (diff)
downloadkernel-qcow2-linux-bca607ebc76af9540e4aad5b2241a7323354be43.tar.gz
kernel-qcow2-linux-bca607ebc76af9540e4aad5b2241a7323354be43.tar.xz
kernel-qcow2-linux-bca607ebc76af9540e4aad5b2241a7323354be43.zip
KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2
VM tends to be a very overloaded term in KVM, so let's keep it to describe the virtual machine. For the virtual memory setup, let's use the "stage2" suffix. Reviewed-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/kvm_arm.h')
-rw-r--r--arch/arm64/include/asm/kvm_arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/kvm_arm.h b/arch/arm64/include/asm/kvm_arm.h
index f1330284720d..6e324d1f1231 100644
--- a/arch/arm64/include/asm/kvm_arm.h
+++ b/arch/arm64/include/asm/kvm_arm.h
@@ -133,7 +133,7 @@
* 40 bits wide (T0SZ = 24). Systems with a PARange smaller than 40 bits are
* not known to exist and will break with this configuration.
*
- * The VTCR_EL2 is configured per VM and is initialised in kvm_arm_config_vm().
+ * The VTCR_EL2 is configured per VM and is initialised in kvm_arm_setup_stage2().
*
* Note that when using 4K pages, we concatenate two first level page tables
* together. With 16K pages, we concatenate 16 first level page tables.