| /Linux-v6.1/arch/sh/mm/ |
| D | tlbex_32.c | 64 entry = pte_mkyoung(entry); in handle_tlbmiss()
|
| /Linux-v6.1/arch/arm64/mm/ |
| D | hugetlbpage.c | 168 orig_pte = pte_mkyoung(orig_pte); in huge_ptep_get() 202 orig_pte = pte_mkyoung(orig_pte); in get_clear_contig() 495 pte = pte_mkyoung(pte); in huge_ptep_set_access_flags()
|
| /Linux-v6.1/arch/arc/include/asm/ |
| D | hugepage.h | 27 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
| /Linux-v6.1/arch/mips/include/asm/ |
| D | pgtable.h | 334 static inline pte_t pte_mkyoung(pte_t pte) function 383 static inline pte_t pte_mkyoung(pte_t pte) function 391 #define pte_sw_mkyoung pte_mkyoung
|
| /Linux-v6.1/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 145 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
| D | motorola_pgtable.h | 157 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
| D | mcf_pgtable.h | 235 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| D | mmu_context.h | 145 set_pte(pte, pte_mkyoung(*pte)); in load_ksp_mmu()
|
| /Linux-v6.1/arch/nios2/include/asm/ |
| D | pgtable.h | 144 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/hexagon/include/asm/ |
| D | pgtable.h | 252 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/csky/include/asm/ |
| D | pgtable.h | 195 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/m68k/mm/ |
| D | mcfmmu.c | 147 set_pte(pte, pte_mkyoung(*pte)); in cf_tlb_miss()
|
| /Linux-v6.1/arch/riscv/include/asm/ |
| D | pgtable.h | 358 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 621 return pte_pmd(pte_mkyoung(pmd_pte(pmd))); in pmd_mkyoung()
|
| /Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 185 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 98 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/arm64/include/asm/ |
| D | pgtable.h | 227 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 490 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) 521 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud)))
|
| /Linux-v6.1/arch/um/include/asm/ |
| D | pgtable.h | 201 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/openrisc/include/asm/ |
| D | pgtable.h | 274 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/alpha/include/asm/ |
| D | pgtable.h | 258 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
| /Linux-v6.1/arch/xtensa/include/asm/ |
| D | pgtable.h | 259 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/arm/include/asm/ |
| D | pgtable.h | 250 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v6.1/arch/sparc/include/asm/ |
| D | pgtable_32.h | 254 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| D | pgtable_64.h | 528 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 751 pte = pte_mkyoung(pte); in pmd_mkyoung()
|
| /Linux-v6.1/arch/microblaze/include/asm/ |
| D | pgtable.h | 270 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
| /Linux-v6.1/mm/ |
| D | debug_vm_pgtable.c | 112 WARN_ON(!pte_young(pte_mkyoung(pte_mkold(pte)))); in pte_basic_tests() 115 WARN_ON(pte_young(pte_mkold(pte_mkyoung(pte)))); in pte_basic_tests() 168 pte = pte_mkyoung(pte); in pte_advanced_tests()
|