/linux/arch/arm64/mm/ |
H A D | contpte.c | 68 pte = pte_mkyoung(pte); in contpte_convert() 314 orig_pte = pte_mkyoung(orig_pte); in contpte_ptep_get() 322 orig_pte = pte_mkyoung(orig_pte); in contpte_ptep_get() 400 orig_pte = pte_mkyoung(orig_pte); in contpte_ptep_get_lockless() 408 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() 171 pte = pte_mkyoung(pte); in get_clear_contig() 450 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() 166 pte = pte_mkyoung(pte); in get_clear_contig() 297 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 | 143 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
H A D | motorola_pgtable.h | 155 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
H A D | mcf_pgtable.h | 231 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
H A D | mmu_context.h | 145 set_pte(pte, pte_mkyoung(*pte)); in load_ksp_mmu()
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 251 /* pte_mkyoung - mark PTE as recently accessed */ 252 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 438 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 758 return pte_pmd(pte_mkyoung(pmd_pte(pmd))); in pmd_mkyoung() 904 return pte_pud(pte_mkyoung(pud_pte(pud))); in pud_mkyoung()
|
/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/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/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 596 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 889 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud))) 1034 #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 | 254 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 253 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/xtensa/include/asm/ |
H A D | pgtable.h | 263 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 | 582 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 770 pte = pte_mkyoung(pte); in pmd_mkyoung()
|
/linux/mm/ |
H A D | debug_vm_pgtable.c | 97 WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte)))); in pte_basic_tests() 100 WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte)))); in pte_basic_tests() 156 pte = pte_mkyoung(pte); in pte_advanced_tests()
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 496 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|