Home
last modified time | relevance | path

Searched refs:pmd_mkyoung (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dhugepage.h27 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) macro
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c171 WARN_ON(!pmd_young(pmd_mkyoung(pmd_mkold(pmd)))); in pmd_basic_tests()
174 WARN_ON(pmd_young(pmd_mkold(pmd_mkyoung(pmd)))); in pmd_basic_tests()
225 pmd = pmd_mkyoung(pmd); in pmd_advanced_tests()
H A Dhuge_memory.c787 entry = pmd_mkyoung(*pmd); in insert_pfn_pmd()
800 entry = pmd_mkyoung(pmd_mkdirty(entry)); in insert_pfn_pmd()
956 _pmd = pmd_mkyoung(*pmd); in touch_pmd()
1260 entry = pmd_mkyoung(orig_pmd); in huge_pmd_set_accessed()
1314 entry = pmd_mkyoung(orig_pmd); in do_huge_pmd_wp_page()
1547 pmd = pmd_mkyoung(pmd); in do_huge_pmd_numa_page()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst113 | pmd_mkyoung | Creates a young PMD |
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h1437 static inline pmd_t pmd_mkyoung(pmd_t pmd) in pmd_mkyoung() function
1560 entry = pmd_mkyoung(entry); in pmdp_set_access_flags()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h653 static inline pmd_t pmd_mkyoung(pmd_t pmd) function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h769 static inline pmd_t pmd_mkyoung(pmd_t pmd) in pmd_mkyoung() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h429 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1099 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h460 static inline pmd_t pmd_mkyoung(pmd_t pmd) in pmd_mkyoung() function
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c1183 pmd = pmd_mkyoung(pmd); in clear_soft_dirty_pmd()