Searched refs:mm_is_thread_local (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | tlb.h | 58 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function 65 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function 78 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | tlb.h | 63 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function 70 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function 83 static inline int mm_is_thread_local(struct mm_struct *mm) in mm_is_thread_local() function
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | hash_tlb.c | 104 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 D | radix_tlb.c | 709 if (!mm_is_thread_local(mm)) { in radix__flush_tlb_mm() 748 if (!mm_is_thread_local(mm)) { in __flush_all_mm() 792 if (!mm_is_thread_local(mm)) { in radix__flush_tlb_page_psize() 903 if (!mm_is_thread_local(mm)) { in __radix__flush_tlb_range() 1092 if (!mm_is_thread_local(mm)) { in __radix__flush_tlb_range_psize() 1179 if (!mm_is_thread_local(mm)) { in radix__flush_tlb_collapsed_pmd()
|
H A D | hash_pgtable.c | 338 if (mm_is_thread_local(mm)) in hpte_do_hugepage_flush()
|
H A D | hash_utils.c | 1362 if (user_region && mm_is_thread_local(mm)) in hash_page_mm() 1640 * mm_is_thread_local test and update, to prevent preempt running the in hash_preload() 1646 if (mm_is_thread_local(mm)) in hash_preload()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_tlb.c | 104 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 D | hash_pgtable.c | 339 if (mm_is_thread_local(mm)) in hpte_do_hugepage_flush()
|
H A D | hash_utils.c | 1518 if (user_region && mm_is_thread_local(mm)) in hash_page_mm() 1805 * mm_is_thread_local test and update, to prevent preempt running the in hash_preload() 1811 if (mm_is_thread_local(mm)) in hash_preload()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 275 mm_is_thread_local(tlb->mm)) { in hugepd_free()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | code-patching.c | 88 WARN_ON(!mm_is_thread_local(temp_mm)); in start_using_temp_mm()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | hugetlbpage.c | 282 mm_is_thread_local(tlb->mm)) { in hugepd_free()
|
Completed in 19 milliseconds