Home
last modified time | relevance | path

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

/linux-6.15/arch/arc/include/asm/
H A Dhugepage.h37 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd))) macro
/linux-6.15/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 Drmap.c1076 entry = pmd_mkclean(entry); in page_vma_mkclean_one()
H A Dhuge_memory.c2182 orig_pmd = pmd_mkclean(orig_pmd); in madvise_free_huge_pmd()
/linux-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst119 | pmd_mkclean | Creates a clean PMD |
/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable.h518 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux-6.15/arch/mips/include/asm/
H A Dpgtable.h664 static inline pmd_t pmd_mkclean(pmd_t pmd) function
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h785 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux-6.15/arch/sparc/include/asm/
H A Dpgtable_64.h759 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1052 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd))) macro
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h594 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux-6.15/arch/s390/include/asm/
H A Dpgtable.h1600 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h563 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd))) macro