Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/mm/
Dtlb-smp.c54 static void do_flush_tlb_all(void *info);
202 static void do_flush_tlb_all(void *unused) in do_flush_tlb_all() function
212 on_each_cpu(do_flush_tlb_all, 0, 1); in flush_tlb_all()
/linux-4.1.27/arch/x86/mm/
Dtlb.c265 static void do_flush_tlb_all(void *info) in do_flush_tlb_all() function
276 on_each_cpu(do_flush_tlb_all, NULL, 1); in flush_tlb_all()
295 on_each_cpu(do_flush_tlb_all, NULL, 1); in flush_tlb_kernel_range()