KVM: ARM: Memory virtualization setup
[cascardo/linux.git] / arch / arm / include / asm / kvm_asm.h
index 81324e2..f6652f6 100644 (file)
@@ -57,6 +57,7 @@
 #define ARM_EXCEPTION_HVC        7
 
 #ifndef __ASSEMBLY__
+struct kvm;
 struct kvm_vcpu;
 
 extern char __kvm_hyp_init[];
@@ -71,6 +72,7 @@ extern char __kvm_hyp_code_start[];
 extern char __kvm_hyp_code_end[];
 
 extern void __kvm_flush_vm_context(void);
+extern void __kvm_tlb_flush_vmid(struct kvm *kvm);
 
 extern int __kvm_vcpu_run(struct kvm_vcpu *vcpu);
 #endif