/linux-3.4.99/arch/mips/include/asm/ |
D | pgtable.h | 250 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function 299 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgtable.h | 67 static inline pte_t pte_mkyoung(pte_t pte) { in pte_mkyoung() function
|
/linux-3.4.99/arch/cris/include/asm/ |
D | pgtable.h | 154 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 179 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 | 179 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
D | mcf_pgtable.h | 310 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgtable_64.h | 275 static inline pte_t pte_mkyoung(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_ACCESSED)); r… in pte_mkyoung() function
|
/linux-3.4.99/arch/score/include/asm/ |
D | pgtable.h | 245 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/hexagon/include/asm/ |
D | pgtable.h | 329 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/um/include/asm/ |
D | pgtable.h | 231 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | pgtable.h | 246 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | pgtable.h | 247 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/tile/include/asm/ |
D | pgtable.h | 206 #define pte_mkyoung hv_pte_set_accessed macro
|
/linux-3.4.99/arch/xtensa/include/asm/ |
D | pgtable.h | 231 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/openrisc/include/asm/ |
D | pgtable.h | 301 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | pgtable.h | 279 extern inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= __ACCESS_BITS; return pte; } in pte_mkyoung() function
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | pgtable_32.h | 253 #define pte_mkyoung(pte) BTFIXUP_CALL(pte_mkyoung)(pte) macro
|
D | pgtable_64.h | 488 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | pgtable.h | 266 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | pgtable.h | 349 static inline pte_t pte_mkyoung(pte_t pte) { pte_val(pte) |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | pgtable.h | 373 static inline pte_t pte_mkyoung(pte_t pte) \ in pte_mkyoung() function
|
/linux-3.4.99/arch/frv/include/asm/ |
D | pgtable.h | 387 static inline pte_t pte_mkyoung(pte_t pte) { (pte).pte |= _PAGE_ACCESSED; return pte; } in pte_mkyoung() function
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | pgtable.h | 313 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A)) macro
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgtable.h | 213 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|
/linux-3.4.99/arch/s390/include/asm/ |
D | pgtable.h | 818 static inline pte_t pte_mkyoung(pte_t pte) in pte_mkyoung() function
|