Home
last modified time | relevance | path

Searched refs:radix__local_flush_all_mm (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/powerpc/include/asm/book3s/64/
Dtlbflush-radix.h76 extern void radix__local_flush_all_mm(struct mm_struct *mm);
89 #define radix__flush_all_mm(mm) radix__local_flush_all_mm(mm)
Dtlbflush.h98 return radix__local_flush_all_mm(mm); in local_flush_all_mm()
/linux-6.1.9/arch/powerpc/mm/book3s64/
Dradix_tlb.c714 void radix__local_flush_all_mm(struct mm_struct *mm) in radix__local_flush_all_mm() function
724 EXPORT_SYMBOL(radix__local_flush_all_mm);
728 radix__local_flush_all_mm(mm); in __flush_all_mm()