Home
last modified time | relevance | path

Searched refs:pgtable_supports_soft_dirty (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/vma/include/
H A Dcustom.h35 #define pgtable_supports_soft_dirty( global() macro
H A Ddup.h1587 #ifndef pgtable_supports_soft_dirty
1588 #define pgtable_supports_soft_dirty() IS_ENABLED(CONFIG_MEM_SOFT_DIRTY) macro
/linux/mm/
H A Dvma_exec.c150 if (pgtable_supports_soft_dirty()) in create_init_stack_vma()
H A Dvma.c2749 if (pgtable_supports_soft_dirty()) in call_action_prepare()
3062 if (pgtable_supports_soft_dirty()) in do_brk_flags()
3487 if (pgtable_supports_soft_dirty()) in __install_special_mapping()
H A Dinternal.h1410 if (!pgtable_supports_soft_dirty()) in vma_soft_dirty_enabled()
H A Dmremap.c168 if (pgtable_supports_soft_dirty()) { in move_soft_dirty_pte()
H A Duserfaultfd.c1359 if (pgtable_supports_soft_dirty()) in move_present_ptes()
1450 if (pgtable_supports_soft_dirty()) in move_swap_pte()
H A Dhuge_memory.c2604 if (pgtable_supports_soft_dirty()) { in move_soft_dirty_pmd()
/linux/include/linux/
H A Dmm.h1004 VM_WARN_ON_ONCE(!pgtable_supports_soft_dirty() && (flags & VM_SOFTDIRTY)); in vm_flags_init()
1017 VM_WARN_ON_ONCE(!pgtable_supports_soft_dirty() && (flags & VM_SOFTDIRTY)); in vm_flags_reset()
1048 VM_WARN_ON_ONCE(!pgtable_supports_soft_dirty() && (flags & VM_SOFTDIRTY)); in vm_flags_clear()
/linux/fs/proc/
H A Dtask_mmu.c1709 if (!pgtable_supports_soft_dirty()) in clear_soft_dirty()
1743 if (!pgtable_supports_soft_dirty()) in clear_soft_dirty_pmd()