Home
last modified time | relevance | path

Searched refs:smp_flush_tlb_all (Results 1 – 6 of 6) sorted by relevance

/arch/m32r/include/asm/
Dtlbflush.h38 extern void smp_flush_tlb_all(void);
44 #define flush_tlb_all() smp_flush_tlb_all()
49 #define flush_tlb_kernel_range(start, end) smp_flush_tlb_all()
/arch/ia64/include/asm/
Dtlbflush.h29 extern void smp_flush_tlb_all (void);
32 # define flush_tlb_all() smp_flush_tlb_all()
/arch/parisc/include/asm/
Dtlbflush.h25 #define smp_flush_tlb_all() flush_tlb_all() macro
/arch/ia64/kernel/
Dsmp.c287 smp_flush_tlb_all (void) in smp_flush_tlb_all() function
/arch/m32r/kernel/
Dsmp.c196 void smp_flush_tlb_all(void) in smp_flush_tlb_all() function
/arch/sparc/mm/
Dsrmmu.c1628 static void smp_flush_tlb_all(void) in smp_flush_tlb_all() function
1756 .tlb_all = smp_flush_tlb_all,