/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 368 static inline pte_t pte_mkyoung(pte_t pte) function 417 static inline pte_t pte_mkyoung(pte_t pte) function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 113 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 173 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 321 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 177 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 | 178 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mcf_pgtable.h | 305 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 270 static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); r… in pte_mkyoung() function
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 216 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 246 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 377 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 278 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 306 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 256 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
D | pgtable_64.h | 581 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 300 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 284 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 362 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 367 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 310 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 188 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable.h | 322 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 672 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 932 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|