/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 344 static inline pte_t pte_mkyoung(pte_t pte) function 393 static inline pte_t pte_mkyoung(pte_t pte) function
|
/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 143 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
H A D | motorola_pgtable.h | 155 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
H A D | mcf_pgtable.h | 231 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 195 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 252 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 147 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 167 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 253 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 273 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 263 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 252 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
H A D | pgtable_64.h | 582 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 254 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 496 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 365 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 438 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 596 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 466 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|