Home
last modified time | relevance | path

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

/linux-5.19.10/arch/ia64/include/asm/
Dtlbflush.h55 extern void smp_flush_tlb_all (void);
58 # define flush_tlb_all() smp_flush_tlb_all()
/linux-5.19.10/arch/parisc/include/asm/
Dtlbflush.h14 #define smp_flush_tlb_all() flush_tlb_all() macro
/linux-5.19.10/arch/ia64/kernel/
Dsmp.c286 smp_flush_tlb_all (void) in smp_flush_tlb_all() function
/linux-5.19.10/arch/sparc/mm/
Dsrmmu.c1649 static void smp_flush_tlb_all(void) in smp_flush_tlb_all() function
1777 .tlb_all = smp_flush_tlb_all,