Home
last modified time | relevance | path

Searched refs:pmd_mkclean (Results 1 – 10 of 10) 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/Documentation/mm/
H A Darch_pgtable_helpers.rst113 | pmd_mkclean | Creates a clean PMD |
/linux/arch/loongarch/include/asm/
H A Dpgtable.h548 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h857 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1054 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd))) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h550 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux/arch/s390/include/asm/
H A Dpgtable.h1499 static inline pmd_t pmd_mkclean(pmd_t pmd) in pmd_mkclean() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h590 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd))) macro
/linux/mm/
H A Drmap.c1162 entry = pmd_mkclean(entry); in page_vma_mkclean_one()
H A Dhuge_memory.c2398 orig_pmd = pmd_mkclean(orig_pmd); in madvise_free_huge_pmd()