/arch/sh/mm/ |
D | tlbex_32.c | 60 entry = pte_mkyoung(entry); in handle_tlbmiss()
|
/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 182 pte = pte_mkyoung(pte); in kvmppc_read_update_linux_pte()
|
D | pgtable.h | 67 static inline pte_t pte_mkyoung(pte_t pte) { in pte_mkyoung() function
|
/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 484 #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 | 280 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 329 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/arm64/include/asm/ |
D | pgtable.h | 173 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 249 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
|
/arch/cris/include/asm/ |
D | pgtable.h | 154 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/score/include/asm/ |
D | pgtable.h | 245 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/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/hexagon/include/asm/ |
D | pgtable.h | 329 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/um/include/asm/ |
D | pgtable.h | 231 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 231 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/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/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/sparc/include/asm/ |
D | pgtable_32.h | 261 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 367 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/arch/mn10300/include/asm/ |
D | pgtable.h | 266 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|