Home
last modified time | relevance | path

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

/linux-3.3/arch/mn10300/mm/
Dtlb-smp.c55 static void do_flush_tlb_all(void *info);
203 static void do_flush_tlb_all(void *unused) in do_flush_tlb_all() function
213 on_each_cpu(do_flush_tlb_all, 0, 1); in flush_tlb_all()
/linux-3.3/arch/x86/mm/
Dtlb.c322 static void do_flush_tlb_all(void *info) in do_flush_tlb_all() function
331 on_each_cpu(do_flush_tlb_all, NULL, 1); in flush_tlb_all()