KVM: ARM: Memory virtualization setup
[deliverable/linux.git] / arch / arm / kvm / interrupts.S
index d10a8075409a78eb39c3805b27c2c0f86b070fe7..f701aff31e4471d59cd8d3b9ab7059924c7a6e3e 100644 (file)
@@ -32,6 +32,13 @@ __kvm_hyp_code_start:
 /********************************************************************
  * Flush per-VMID TLBs
  */
+ENTRY(__kvm_tlb_flush_vmid)
+       bx      lr
+ENDPROC(__kvm_tlb_flush_vmid)
+
+/********************************************************************
+ * Flush TLBs and instruction caches of current CPU for all VMIDs
+ */
 ENTRY(__kvm_flush_vm_context)
        bx      lr
 ENDPROC(__kvm_flush_vm_context)
This page took 0.030245 seconds and 5 git commands to generate.