/linux/arch/arm64/mm/ |
H A D | contpte.c | 68 pte = pte_mkyoung(pte); in contpte_convert() 176 orig_pte = pte_mkyoung(orig_pte); in contpte_ptep_get() 233 orig_pte = pte_mkyoung(orig_pte); in contpte_ptep_get_lockless()
|
H A D | hugetlbpage.c | 140 orig_pte = pte_mkyoung(orig_pte); in huge_ptep_get() 172 pte = pte_mkyoung(pte); in get_clear_contig() 457 pte = pte_mkyoung(pte); in huge_ptep_set_access_flags()
|
/linux/arch/riscv/mm/ |
H A D | hugetlbpage.c | 24 orig_pte = pte_mkyoung(orig_pte); in huge_ptep_get() 163 orig_pte = pte_mkyoung(orig_pte); in get_clear_contig() 286 pte = pte_mkyoung(pte); in huge_ptep_set_access_flags()
|
/linux/arch/sh/mm/ |
H A D | tlbex_32.c | 65 entry = pte_mkyoung(entry); in handle_tlbmiss()
|
/linux/arch/arc/include/asm/ |
H A D | hugepage.h | 34 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 344 static inline pte_t pte_mkyoung(pte_t pte) function 393 static inline pte_t pte_mkyoung(pte_t pte) function 401 #define pte_sw_mkyoung pte_mkyoung
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 149 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
H A D | mmu_context.h | 145 set_pte(pte, pte_mkyoung(*pte)); in load_ksp_mmu()
|
H A D | mcf_pgtable.h | 237 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
H A D | motorola_pgtable.h | 161 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 255 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 147 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/m68k/mm/ |
H A D | mcfmmu.c | 128 set_pte(pte, pte_mkyoung(*pte)); in cf_tlb_miss()
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 195 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 597 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 908 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud))) 1053 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 167 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 261 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 435 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 743 return pte_pmd(pte_mkyoung(pmd_pte(pmd))); in pmd_mkyoung()
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 255 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 273 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 277 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 252 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
H A D | pgtable_64.h | 584 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 772 pte = pte_mkyoung(pte); in pmd_mkyoung()
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 263 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/mm/ |
H A D | debug_vm_pgtable.c | 96 WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte)))); in pte_basic_tests() 99 WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte)))); in pte_basic_tests() 155 pte = pte_mkyoung(pte); in pte_advanced_tests()
|