/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable.h | 279 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 350 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 330 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgtable.h | 114 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_64.h | 258 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | pgtable_32.h | 342 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 178 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 169 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | motorola_pgtable.h | 170 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 241 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | pgtable.h | 329 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 237 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable.h | 152 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.4/arch/arc/include/asm/ |
D | pgtable.h | 302 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 188 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 221 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable.h | 235 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pgtable.h | 270 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable.h | 229 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | pgtable.h | 238 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgtable.h | 269 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 385 static inline int pte_young(pte_t pte) { return !!(pte_val(pte) & _PAGE_ACCESSED); } in pte_young() function
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | pgtable.h | 260 #define pte_young(pte) (pte_val(pte) & _PAGE_YOUNG) macro
|
/Linux-v5.4/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-v5.4/arch/ia64/include/asm/ |
D | pgtable.h | 300 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | pgtable.h | 380 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|