Home
last modified time | relevance | path

Searched refs:pmd_mkclean (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arc/include/asm/
H A Dhugepage.h37 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd))) macro
/linux/mm/
H A Ddebug_vm_pgtable.c190 WARN_ON(!pmd_dirty(pmd_mkdirty(pmd_mkclean(pmd)))); in pmd_basic_tests()
193 WARN_ON(pmd_dirty(pmd_mkclean(pmd_mkdirty(pmd)))); in pmd_basic_tests()
195 WARN_ON(pmd_dirty(pmd_wrprotect(pmd_mkclean(pmd)))); in pmd_basic_tests()
242 pmd = pmd_mkclean(pmd); in pmd_advanced_tests()
H A Dhuge_memory.c2100 orig_pmd = pmd_mkclean(orig_pmd); in madvise_free_huge_pmd()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst119 | pmd_mkclean | Creates a clean PMD |
/linux/arch/mips/include/asm/
H A Dpgtable.h664 static inline pmd_t pmd_mkclean(pmd_t pmd) function
/linux/arch/riscv/include/asm/
H A Dpgtable.h756 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux/arch/sparc/include/asm/
H A Dpgtable_64.h759 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1052 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd))) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1601 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function