/Linux-v6.6/arch/mips/include/asm/ |
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-v6.6/arch/nios2/include/asm/ |
D | pgtable.h | 144 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 149 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 | 161 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mcf_pgtable.h | 237 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/csky/include/asm/ |
D | pgtable.h | 195 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/hexagon/include/asm/ |
D | pgtable.h | 255 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 185 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/um/include/asm/ |
D | pgtable.h | 204 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/arm/include/asm/ |
D | pgtable.h | 251 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 98 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/openrisc/include/asm/ |
D | pgtable.h | 277 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/microblaze/include/asm/ |
D | pgtable.h | 273 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | pgtable.h | 263 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/sparc/include/asm/ |
D | pgtable_32.h | 252 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
D | pgtable_64.h | 584 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/alpha/include/asm/ |
D | pgtable.h | 261 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/Linux-v6.6/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 506 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | pgtable.h | 324 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | pgtable.h | 383 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/ia64/include/asm/ |
D | pgtable.h | 274 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
|
/Linux-v6.6/arch/riscv/include/asm/ |
D | pgtable.h | 421 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | pgtable.h | 228 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/x86/include/asm/ |
D | pgtable.h | 449 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 612 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|