Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Drmap.c1473 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
1572 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
1638 if (pte_soft_dirty(pteval)) in try_to_unmap_one()
Dmprotect.c119 (pte_soft_dirty(ptent) || in change_pte_range()
Dmigrate.c2290 if (pte_soft_dirty(pte)) in migrate_vma_collect_pmd()
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h502 static inline bool pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
1095 #define pmd_soft_dirty(pmd) pte_soft_dirty(pmd_pte(pmd))
/Linux-v5.4/arch/s390/include/asm/
Dpgtable.h818 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
822 #define pte_swp_soft_dirty pte_soft_dirty
/Linux-v5.4/include/asm-generic/
Dpgtable.h733 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
/Linux-v5.4/arch/x86/include/asm/
Dpgtable.h487 static inline int pte_soft_dirty(pte_t pte) in pte_soft_dirty() function
/Linux-v5.4/fs/proc/
Dtask_mmu.c1335 if (pte_soft_dirty(pte)) in pte_to_pagemap_entry()