Home
last modified time | relevance | path

Searched refs:pmd_swp_soft_dirty (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dswapops.h530 if (pmd_swp_soft_dirty(pmd)) in pmd_to_swp_entry()
H A Dpgtable.h1189 static inline int pmd_swp_soft_dirty(pmd_t pmd) in pmd_swp_soft_dirty() function
1250 static inline int pmd_swp_soft_dirty(pmd_t pmd) in pmd_swp_soft_dirty() function
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst115 | pmd_swp_soft_dirty | Tests a soft dirty swapped PMD |
/openbmc/linux/mm/
H A Dhuge_memory.c1089 if (pmd_swp_soft_dirty(*src_pmd)) in copy_huge_pmd()
1831 if (pmd_swp_soft_dirty(*pmd)) in change_huge_pmd()
2129 soft_dirty = pmd_swp_soft_dirty(old_pmd); in __split_huge_pmd_locked()
3275 if (pmd_swp_soft_dirty(*pvmw->pmd)) in remove_migration_pmd()
H A Ddebug_vm_pgtable.c796 WARN_ON(!pmd_swp_soft_dirty(pmd_swp_mksoft_dirty(pmd))); in pmd_swap_soft_dirty_tests()
797 WARN_ON(pmd_swp_soft_dirty(pmd_swp_clear_soft_dirty(pmd))); in pmd_swap_soft_dirty_tests()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1074 #define pmd_swp_soft_dirty(pmd) pte_swp_soft_dirty(pmd_pte(pmd)) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h1551 static inline int pmd_swp_soft_dirty(pmd_t pmd) in pmd_swp_soft_dirty() function
/openbmc/linux/fs/proc/
H A Dtask_mmu.c1506 if (pmd_swp_soft_dirty(pmd)) in pagemap_pmd_range()