Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dtlb.h53 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function
73 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function
86 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dhash_tlb.c105 flush_hash_page(vpn, rpte, psize, ssize, mm_is_thread_local(mm)); in hpte_need_flush()
150 local = mm_is_thread_local(batch->mm); in __flush_tlb_pending()
Dradix_tlb.c686 if (!mm_is_thread_local(mm)) { in radix__flush_tlb_mm()
718 if (!mm_is_thread_local(mm)) { in __flush_all_mm()
758 if (!mm_is_thread_local(mm)) { in radix__flush_tlb_page_psize()
851 if (!mm_is_thread_local(mm)) { in __radix__flush_tlb_range()
1089 if (!mm_is_thread_local(mm)) { in __radix__flush_tlb_range_psize()
1166 if (!mm_is_thread_local(mm)) { in radix__flush_tlb_collapsed_pmd()
Dhash_pgtable.c338 if (mm_is_thread_local(mm)) in hpte_do_hugepage_flush()
Dhash_utils.c1300 if (user_region && mm_is_thread_local(mm)) in hash_page_mm()
1569 if (mm_is_thread_local(mm)) in hash_preload()
/Linux-v5.4/arch/powerpc/mm/
Dhugetlbpage.c273 mm_is_thread_local(tlb->mm)) { in hugepd_free()