Home
last modified time | relevance | path

Searched refs:kvm_local_flush_tlb_all (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dmmu_context.h104 extern void kvm_local_flush_tlb_all(void); in get_new_mmu_context()
111 kvm_local_flush_tlb_all(); /* start new asid cycle */ in get_new_mmu_context()
Dkvm_host.h696 extern void kvm_local_flush_tlb_all(void);
/linux-4.1.27/arch/mips/kvm/
Dtlb.c609 kvm_local_flush_tlb_all(); /* start new asid cycle */ in kvm_get_new_mmu_context()
618 void kvm_local_flush_tlb_all(void) in kvm_local_flush_tlb_all() function
645 EXPORT_SYMBOL(kvm_local_flush_tlb_all);
Dmips.c172 kvm_local_flush_tlb_all(); in kvm_mips_uninit_tlbs()