Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dinternal.h1377 static inline bool vma_soft_dirty_enabled(struct vm_area_struct *vma) in vma_soft_dirty_enabled() function
1397 return vma_soft_dirty_enabled(vma) && !pmd_soft_dirty(pmd); in pmd_needs_soft_dirty_wp()
1402 return vma_soft_dirty_enabled(vma) && !pte_soft_dirty(pte); in pte_needs_soft_dirty_wp()
Dvma.c1865 if (vma_soft_dirty_enabled(vma) && !is_vm_hugetlb_page(vma)) in vma_wants_writenotify()
Dmemory.c1004 if (!vma_soft_dirty_enabled(src_vma)) in copy_present_ptes()
/linux-6.12.1/tools/testing/vma/
Dvma_internal.h891 static inline bool vma_soft_dirty_enabled(struct vm_area_struct *) in vma_soft_dirty_enabled() function