/arch/sh/mm/ |
D | tlbex_32.c | 64 entry = pte_mkyoung(entry); in handle_tlbmiss()
|
/arch/arc/include/asm/ |
D | hugepage.h | 27 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
/arch/mips/include/asm/ |
D | pgtable.h | 352 static inline pte_t pte_mkyoung(pte_t pte) function 401 static inline pte_t pte_mkyoung(pte_t pte) function 409 #define pte_sw_mkyoung pte_mkyoung
|
/arch/arm64/mm/ |
D | hugetlbpage.c | 178 orig_pte = pte_mkyoung(orig_pte); in get_clear_flush() 439 pte = pte_mkyoung(pte); in huge_ptep_set_access_flags()
|
/arch/m68k/mm/ |
D | mcfmmu.c | 147 set_pte(pte, pte_mkyoung(*pte)); in cf_tlb_miss()
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 167 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mmu_context.h | 145 set_pte(pte, pte_mkyoung(*pte)); in load_ksp_mmu()
|
D | motorola_pgtable.h | 185 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mcf_pgtable.h | 294 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/nios2/include/asm/ |
D | pgtable.h | 163 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/riscv/include/asm/ |
D | pgtable.h | 337 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 551 return pte_pmd(pte_mkyoung(pmd_pte(pmd))); in pmd_mkyoung()
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 274 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/csky/include/asm/ |
D | pgtable.h | 214 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 185 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 111 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/um/include/asm/ |
D | pgtable.h | 217 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/arm64/include/asm/ |
D | pgtable.h | 219 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 450 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd))) 481 #define pud_mkyoung(pud) pte_pud(pte_mkyoung(pud_pte(pud)))
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 292 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/alpha/include/asm/ |
D | pgtable.h | 274 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 277 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/arm/include/asm/ |
D | pgtable.h | 267 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 287 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 268 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
D | pgtable_64.h | 547 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 770 pte = pte_mkyoung(pte); in pmd_mkyoung()
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 497 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|