Searched refs:mm_tlb_flush_pending (Results 1 – 5 of 5) sorted by relevance
296 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))
137 (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
1069 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
3372 mm_tlb_flush_pending(vmf->vma->vm_mm))) in do_wp_page()