Searched refs:mm_tlb_flush_pending (Results 1 – 6 of 6) sorted by relevance
673 static inline bool mm_tlb_flush_pending(struct mm_struct *mm) in mm_tlb_flush_pending() function
196 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
129 (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
755 mm_tlb_flush_pending(mm)) in pte_accessible()
1057 mm_tlb_flush_pending(mm)) { in write_protect_page()
3258 mm_tlb_flush_pending(vmf->vma->vm_mm))) in do_wp_page()