| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 178 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 320 pte_t pte_set = pte_mkyoung(pte_mkdirty(pte_mkwrite(pte_mkexec(__pte(0))))); in __ptep_set_access_flags() 321 pte_t pte_clr = pte_mkyoung(pte_mkdirty(pte_mkwrite(pte_mkexec(__pte(~0))))); in __ptep_set_access_flags()
|
| /Linux-v5.4/arch/sh/mm/ |
| D | tlbex_32.c | 60 entry = pte_mkyoung(entry); in handle_tlbmiss()
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | hugepage.h | 28 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | hugetlbpage.c | 139 orig_pte = pte_mkyoung(orig_pte); in get_clear_flush() 393 pte = pte_mkyoung(pte); in huge_ptep_set_access_flags()
|
| /Linux-v5.4/arch/m68k/mm/ |
| D | mcfmmu.c | 137 set_pte(pte, pte_mkyoung(*pte)); in cf_tlb_miss()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | mmu_context.h | 139 set_pte(pte, pte_mkyoung(*pte)); in load_ksp_mmu()
|
| D | sun3_pgtable.h | 177 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
| D | mcf_pgtable.h | 305 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| D | motorola_pgtable.h | 178 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | pgtable.h | 179 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 372 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) 396 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud)))
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | pgtable.h | 331 static inline pte_t pte_mkyoung(pte_t pte) function 387 static inline pte_t pte_mkyoung(pte_t pte) function
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | pgtable.h | 173 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | pgtable_64.h | 267 static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); r… in pte_mkyoung() function
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | pgtable.h | 308 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 110 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | pgtable.h | 227 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | pgtable_32.h | 256 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| D | pgtable_64.h | 551 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 772 pte = pte_mkyoung(pte); in pmd_mkyoung()
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | pgtable.h | 271 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/um/include/asm/ |
| D | pgtable.h | 219 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | pgtable.h | 278 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
| /Linux-v5.4/arch/openrisc/include/asm/ |
| D | pgtable.h | 296 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | pgtable.h | 280 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | pgtable.h | 306 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | kvm_book3s_64.h | 440 new_pte = pte_mkyoung(old_pte); in kvmppc_read_update_linux_pte()
|