Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/
Dtlbflush.h30 extern void smp_flush_tlb_all (void);
33 # define flush_tlb_all() smp_flush_tlb_all()
/Linux-v4.19/arch/parisc/include/asm/
Dtlbflush.h29 #define smp_flush_tlb_all() flush_tlb_all() macro
/Linux-v4.19/arch/ia64/kernel/
Dsmp.c287 smp_flush_tlb_all (void) in smp_flush_tlb_all() function
/Linux-v4.19/arch/sparc/mm/
Dsrmmu.c1659 static void smp_flush_tlb_all(void) in smp_flush_tlb_all() function
1787 .tlb_all = smp_flush_tlb_all,