Searched refs:flush_tlb_others (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/mn10300/mm/
H A Dtlb-smp.c52 static void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm,
89 * flush_tlb_others - Tell the specified CPUs to invalidate their TLBs
94 static void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm, flush_tlb_others() function
153 flush_tlb_others(cpu_mask, mm, FLUSH_ALL); flush_tlb_mm()
172 flush_tlb_others(cpu_mask, mm, FLUSH_ALL); flush_tlb_current_task()
193 flush_tlb_others(cpu_mask, mm, va); flush_tlb_page()
/linux-4.4.14/arch/m32r/kernel/
H A Dsmp.c46 * For flush_tlb_others()
69 static void flush_tlb_others(cpumask_t, struct mm_struct *,
269 flush_tlb_others(cpu_mask, mm, NULL, FLUSH_ALL); smp_flush_tlb_mm()
342 flush_tlb_others(cpu_mask, mm, vma, va); smp_flush_tlb_page()
348 * Name: flush_tlb_others
370 static void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm, flush_tlb_others() function
/linux-4.4.14/arch/x86/mm/
H A Dtlb.c176 flush_tlb_others(mm_cpumask(mm), mm, 0UL, TLB_FLUSH_ALL); flush_tlb_current_task()
241 flush_tlb_others(mm_cpumask(mm), mm, start, end); flush_tlb_mm_range()
267 flush_tlb_others(mm_cpumask(mm), mm, start, 0UL); flush_tlb_page()
/linux-4.4.14/arch/x86/include/asm/
H A Dtlbflush.h149 * - flush_tlb_others(cpumask, mm, start, end) flushes TLBs on other cpus
271 #define flush_tlb_others(mask, mm, start, end) \ macro
H A Dparavirt.h333 static inline void flush_tlb_others(const struct cpumask *cpumask, flush_tlb_others() function
338 PVOP_VCALL4(pv_mmu_ops.flush_tlb_others, cpumask, mm, start, end); flush_tlb_others()
H A Dparavirt_types.h253 void (*flush_tlb_others)(const struct cpumask *cpus, member in struct:pv_mmu_ops
/linux-4.4.14/arch/tile/include/asm/
H A Dtlbflush.h105 * - flush_tlb_others(cpumask, mm, va) flushes TLBs on other cpus
/linux-4.4.14/arch/x86/kernel/
H A Dparavirt.c430 .flush_tlb_others = native_flush_tlb_others,
/linux-4.4.14/arch/x86/xen/
H A Dmmu.c2436 .flush_tlb_others = xen_flush_tlb_others,

Completed in 236 milliseconds