Home
last modified time | relevance | path

Searched refs:vma_soft_dirty_enabled (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dinternal.h1332 static inline bool vma_soft_dirty_enabled(struct vm_area_struct *vma)
1352 return vma_soft_dirty_enabled(vma) && !pmd_soft_dirty(pmd); in vma_soft_dirty_enabled()
1357 return vma_soft_dirty_enabled(vma) && !pte_soft_dirty(pte); in vma_soft_dirty_enabled()
1345 static inline bool vma_soft_dirty_enabled(struct vm_area_struct *vma) vma_soft_dirty_enabled() function
H A Dmmap.c
H A Dmemory.c1004 if (!vma_soft_dirty_enabled(src_vma)) in copy_present_ptes()