/openbmc/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
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 144 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A 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
|
H A 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
|
H A D | mcf_pgtable.h | 237 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 255 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 195 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 185 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/um/include/asm/ |
H A D | pgtable.h | 204 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 253 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 98 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 277 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 273 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 263 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/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 | 584 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H 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
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 506 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 274 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 324 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 383 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 421 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 228 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 586 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 433 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|