flush_tlb_others  236 arch/x86/hyperv/mmu.c 	pv_ops.mmu.flush_tlb_others = hyperv_flush_tlb_others;
flush_tlb_others   68 arch/x86/include/asm/paravirt.h 	PVOP_VCALL2(mmu.flush_tlb_others, cpumask, info);
flush_tlb_others  209 arch/x86/include/asm/paravirt_types.h 	void (*flush_tlb_others)(const struct cpumask *cpus,
flush_tlb_others  628 arch/x86/kernel/kvm.c 		pv_ops.mmu.flush_tlb_others = kvm_flush_tlb_others;
flush_tlb_others  362 arch/x86/kernel/paravirt.c 	.mmu.flush_tlb_others	= native_flush_tlb_others,
flush_tlb_others  798 arch/x86/mm/tlb.c 		flush_tlb_others(mm_cpumask(mm), info);
flush_tlb_others  870 arch/x86/mm/tlb.c 		flush_tlb_others(&batch->cpumask, &full_flush_tlb_info);
flush_tlb_others 2399 arch/x86/xen/mmu_pv.c 	.flush_tlb_others = xen_flush_tlb_others,