Searched refs:flush_tlb_others (Results 1 – 8 of 8) sorted by relevance
234 pv_mmu_ops.flush_tlb_others = hyperv_flush_tlb_others; in hyperv_setup_mmu_ops()
658 flush_tlb_others(mm_cpumask(mm), &info); in flush_tlb_mm_range()719 flush_tlb_others(&batch->cpumask, &info); in arch_tlbbatch_flush()
593 #define flush_tlb_others(mask, info) \ macro
306 static inline void flush_tlb_others(const struct cpumask *cpumask, in flush_tlb_others() function309 PVOP_VCALL2(pv_mmu_ops.flush_tlb_others, cpumask, info); in flush_tlb_others()
223 void (*flush_tlb_others)(const struct cpumask *cpus, member
412 .flush_tlb_others = native_flush_tlb_others,
641 pv_mmu_ops.flush_tlb_others = kvm_flush_tlb_others; in kvm_guest_init()
2403 .flush_tlb_others = xen_flush_tlb_others,