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

/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) function
212 on_each_cpu(do_flush_tlb_all, 0, 1);
/arch/x86/mm/
H A Dtlb.c322 static void do_flush_tlb_all(void *info) function
331 on_each_cpu(do_flush_tlb_all, NULL, 1);

Completed in 270 milliseconds