Home
last modified time | relevance | path

Searched defs:pmd_swp_clear_soft_dirty (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpgtable.h1568 static inline pmd_t pmd_swp_clear_soft_dirty(pmd_t pmd) in pmd_swp_clear_soft_dirty() function
1629 static inline pmd_t pmd_swp_clear_soft_dirty(pmd_t pmd) in pmd_swp_clear_soft_dirty() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1045 #define pmd_swp_clear_soft_dirty(pmd) pte_pmd(pte_swp_clear_soft_dirty(pmd_pte(pmd))) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h1554 static inline pmd_t pmd_swp_clear_soft_dirty(pmd_t pmd) in pmd_swp_clear_soft_dirty() function
/linux/arch/s390/include/asm/
H A Dpgtable.h969 #define pmd_swp_clear_soft_dirty(pmd) pmd_clear_soft_dirty(pmd) macro