Home
last modified time | relevance | path

Searched refs:flush_tlb_others (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/x86/hyperv/
Dmmu.c236 pv_ops.mmu.flush_tlb_others = hyperv_flush_tlb_others; in hyperv_setup_mmu_ops()
/Linux-v5.4/arch/x86/mm/
Dtlb.c798 flush_tlb_others(mm_cpumask(mm), info); in flush_tlb_mm_range()
870 flush_tlb_others(&batch->cpumask, &full_flush_tlb_info); in arch_tlbbatch_flush()
/Linux-v5.4/arch/x86/include/asm/
Dtlbflush.h612 #define flush_tlb_others(mask, info) \ macro
Dparavirt.h65 static inline void flush_tlb_others(const struct cpumask *cpumask, in flush_tlb_others() function
68 PVOP_VCALL2(mmu.flush_tlb_others, cpumask, info); in flush_tlb_others()
Dparavirt_types.h209 void (*flush_tlb_others)(const struct cpumask *cpus, member
/Linux-v5.4/arch/x86/kernel/
Dparavirt.c362 .mmu.flush_tlb_others = native_flush_tlb_others,
Dkvm.c628 pv_ops.mmu.flush_tlb_others = kvm_flush_tlb_others; in kvm_guest_init()
/Linux-v5.4/arch/x86/xen/
Dmmu_pv.c2399 .flush_tlb_others = xen_flush_tlb_others,