Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Drmap.c1464 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
1556 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
1622 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
Dmprotect.c120 (pte_soft_dirty(ptent) || in change_pte_range()
Dmigrate.c2272 if (pte_soft_dirty(pte)) in migrate_vma_collect_pmd()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h525 static inline bool pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
1082 #define pmd_soft_dirty(pmd) pte_soft_dirty(pmd_pte(pmd))
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h778 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
782 #define pte_swp_soft_dirty pte_soft_dirty
/Linux-v4.19/include/asm-generic/
Dpgtable.h695 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h471 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
/Linux-v4.19/fs/proc/
Dtask_mmu.c1249 if (pte_soft_dirty(pte)) in pte_to_pagemap_entry()