/arch/sh/mm/ |
D | tlbex_32.c | 60 entry = pte_mkyoung(entry); in handle_tlbmiss()
|
/arch/m68k/mm/ |
D | mcfmmu.c | 131 set_pte(pte, pte_mkyoung(*pte)); in cf_tlb_miss()
|
/arch/tile/include/asm/ |
D | pgtable.h | 212 #define pte_mkyoung hv_pte_set_accessed macro 481 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
/arch/m68k/include/asm/ |
D | mmu_context.h | 138 set_pte(pte, pte_mkyoung(*pte)); in load_ksp_mmu()
|
D | sun3_pgtable.h | 179 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 | 179 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mcf_pgtable.h | 310 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/mips/include/asm/ |
D | pgtable.h | 309 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 356 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 312 new_pte = pte_mkyoung(old_pte); in kvmppc_read_update_linux_pte()
|
D | pgtable.h | 127 static inline pte_t pte_mkyoung(pte_t pte) { in pte_mkyoung() function
|
/arch/cris/include/asm/ |
D | pgtable.h | 154 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/arm64/include/asm/ |
D | pgtable.h | 196 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 302 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
/arch/score/include/asm/ |
D | pgtable.h | 242 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/avr32/include/asm/ |
D | pgtable.h | 247 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/m32r/include/asm/ |
D | pgtable.h | 246 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 329 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 272 static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); r… in pte_mkyoung() function
|
/arch/metag/include/asm/ |
D | pgtable.h | 230 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/arch/um/include/asm/ |
D | pgtable.h | 229 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 301 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 262 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
D | pgtable_64.h | 516 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 739 pte = pte_mkyoung(pte); in pmd_mkyoung()
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 273 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/alpha/include/asm/ |
D | pgtable.h | 279 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 364 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|