Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable.h183 #define pte_accessible(mm, pte) (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
/openbmc/linux/include/linux/
H A Dmm_inline.h506 static inline bool mm_tlb_flush_pending(struct mm_struct *mm) in mm_tlb_flush_pending() function
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h144 (mm_tlb_flush_pending(mm) ? pte_present(pte) : pte_valid(pte))
/openbmc/linux/mm/
H A Dksm.c1124 anon_exclusive || mm_tlb_flush_pending(mm)) { in write_protect_page()
H A Dmemory.c3373 mm_tlb_flush_pending(vmf->vma->vm_mm))) in do_wp_page()