Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dtlb.h61 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function
68 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function
81 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c104 flush_hash_page(vpn, rpte, psize, ssize, mm_is_thread_local(mm)); in hpte_need_flush()
149 local = mm_is_thread_local(batch->mm); in __flush_tlb_pending()
H A Dhash_pgtable.c339 if (mm_is_thread_local(mm)) in hpte_do_hugepage_flush()
H A Dhash_utils.c1767 if (user_region && mm_is_thread_local(mm)) in hash_page_mm()
2069 if (mm_is_thread_local(mm)) in hash_preload()
/linux-6.15/arch/powerpc/lib/
H A Dcode-patching.c91 WARN_ON(!mm_is_thread_local(temp_mm)); in start_using_temp_mm()