Searched refs:mm_tlb_flush_pending (Results 1 – 4 of 4) sorted by relevance
537 static inline bool mm_tlb_flush_pending(struct mm_struct *mm) in mm_tlb_flush_pending() function559 static inline bool mm_tlb_flush_pending(struct mm_struct *mm) in mm_tlb_flush_pending() function
224 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
475 mm_tlb_flush_pending(mm)) in pte_accessible()
1772 if (mm_tlb_flush_pending(mm)) in migrate_misplaced_transhuge_page()