Searched refs:do_flush_tlb_all (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/mn10300/mm/
H A Dtlb-smp.c54 static void do_flush_tlb_all(void *info);
199 * do_flush_tlb_all - Callback to completely invalidate a TLB
202 static void do_flush_tlb_all(void *unused) do_flush_tlb_all() function
212 on_each_cpu(do_flush_tlb_all, 0, 1); flush_tlb_all()
/linux-4.1.27/arch/x86/mm/
H A Dtlb.c265 static void do_flush_tlb_all(void *info) do_flush_tlb_all() function
276 on_each_cpu(do_flush_tlb_all, NULL, 1); flush_tlb_all()
295 on_each_cpu(do_flush_tlb_all, NULL, 1); flush_tlb_kernel_range()

Completed in 73 milliseconds