Home
last modified time | relevance | path

Searched refs:mm_tlb_flush_pending (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/linux/
Dmm_inline.h296 static inline bool mm_tlb_flush_pending(struct mm_struct *mm) in mm_tlb_flush_pending() function
/linux-5.19.10/arch/arm/include/asm/
Dpgtable.h196 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
/linux-5.19.10/arch/arm64/include/asm/
Dpgtable.h137 (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
/linux-5.19.10/mm/
Dksm.c1069 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
Dmemory.c3372 mm_tlb_flush_pending(vmf->vma->vm_mm))) in do_wp_page()