/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 334 static inline pte_t pte_mkyoung(pte_t pte) function 383 static inline pte_t pte_mkyoung(pte_t pte) function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 148 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= SUN3_PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
A D | motorola_pgtable.h | 160 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
A D | mcf_pgtable.h | 238 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 144 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 195 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 255 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 185 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 204 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 98 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 250 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 254 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
A D | pgtable_64.h | 531 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 277 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A 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-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 263 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 273 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 511 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 373 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 273 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 333 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 358 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 616 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 350 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 227 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|