/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable.h | 36 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 287 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } in pte_young() function 336 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/cris/include/asm/ |
D | pgtable.h | 116 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 113 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 180 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | pgtable.h | 343 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 168 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | motorola_pgtable.h | 169 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 240 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/sh/include/asm/ |
D | pgtable_64.h | 261 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | pgtable_32.h | 341 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 127 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 154 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 187 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 200 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/arc/include/asm/ |
D | pgtable.h | 289 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable.h | 196 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable.h | 227 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 220 static inline int pte_young(pte_t pte) in pte_young() function
|
D | pgtable_64.h | 544 static inline unsigned long pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 241 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgtable.h | 269 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 258 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 198 #define pte_young hv_pte_get_accessed macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 336 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 353 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 241 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 143 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 299 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 376 static inline int pte_young(pte_t pte) { return (pte).pte & _PAGE_ACCESSED; } in pte_young() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 98 static inline int pte_young(pte_t pte) in pte_young() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 795 static inline int pte_young(pte_t pte) in pte_young() function
|