/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable.h | 93 static inline pte_t pte_mkyoung(pte_t pte) { in pte_mkyoung() function
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 326 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 372 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | pgtable.h | 172 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | pgtable.h | 153 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 322 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 176 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 | 177 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mcf_pgtable.h | 304 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/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-4.4.14/arch/metag/include/asm/ |
D | pgtable.h | 135 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux-4.4.14/arch/score/include/asm/ |
D | pgtable.h | 228 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgtable.h | 235 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 216 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | pgtable.h | 235 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable.h | 292 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_32.h | 255 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
D | pgtable_64.h | 534 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgtable.h | 277 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | pgtable.h | 299 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 273 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 212 #define pte_mkyoung hv_pte_set_accessed macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgtable.h | 360 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 262 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 384 static inline pte_t pte_mkyoung(pte_t pte) { (pte).pte |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 309 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 366 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 209 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 223 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 954 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|