/Linux-v5.15/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
|
/Linux-v5.15/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 | mcf_pgtable.h | 294 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
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
|
/Linux-v5.15/arch/nios2/include/asm/ |
D | pgtable.h | 163 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/csky/include/asm/ |
D | pgtable.h | 214 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/hexagon/include/asm/ |
D | pgtable.h | 274 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 184 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 111 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/um/include/asm/ |
D | pgtable.h | 217 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/arm/include/asm/ |
D | pgtable.h | 265 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/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
|
/Linux-v5.15/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
|
/Linux-v5.15/arch/openrisc/include/asm/ |
D | pgtable.h | 292 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/microblaze/include/asm/ |
D | pgtable.h | 287 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | pgtable.h | 277 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 496 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | pgtable.h | 350 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | pgtable.h | 333 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | pgtable.h | 303 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | pgtable.h | 213 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/x86/include/asm/ |
D | pgtable.h | 330 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 697 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v5.15/arch/s390/include/asm/ |
D | pgtable.h | 972 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|