Searched refs:mm_tlb_flush_pending (Results 1 – 5 of 5) sorted by relevance
181 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
513 static inline bool mm_tlb_flush_pending(struct mm_struct *mm) in mm_tlb_flush_pending() function
143 (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
1071 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
3336 mm_tlb_flush_pending(vmf->vma->vm_mm))) in do_wp_page()
Completed in 24 milliseconds