| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 179 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro 192 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | prmtv-common.c | 70 if (pmd_young(*pmd)) { in damon_pmdp_mkold()
|
| H A D | paddr.c | 112 result->accessed = pmd_young(*pvmw.pmd) || in __damon_pa_young()
|
| H A D | vaddr.c | 525 if (pmd_young(*pmd) || !page_is_idle(page) || in damon_young_pmd_entry()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | hugepage.h | 33 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | debug_vm_pgtable.c | 171 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() 229 WARN_ON(pmd_young(pmd)); in pmd_advanced_tests()
|
| H A D | huge_memory.c | 1624 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd() 2065 if (!PageReferenced(page) && pmd_young(old_pmd)) in __split_huge_pmd_locked() 2124 young = pmd_young(old_pmd); in __split_huge_pmd_locked()
|
| H A D | madvise.c | 373 if (pmd_young(orig_pmd)) { in madvise_cold_or_pageout_pte_range()
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | arch_pgtable_helpers.rst | 97 | pmd_young | Tests a young PMD |
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pgtable.c | 559 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pgtable.h | 757 static inline int pmd_young(pmd_t pmd) in pmd_young() function 1576 return pmd_young(pmd); in pmdp_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable.h | 641 static inline int pmd_young(pmd_t pmd) function
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | task_mmu.c | 637 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd), in smaps_pmd_entry() 1182 if (pmd_young(old)) in clear_soft_dirty_pmd()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 719 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pgtable.h | 204 if (!pmd_young(pmd)) in pmdp_test_and_clear_young()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable.h | 422 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 1094 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pgtable.h | 168 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | init_64.c | 2937 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()
|