/Linux-v6.6/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/Linux-v6.6/arch/mips/include/asm/ |
D | pgtable.h | 293 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 357 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
/Linux-v6.6/arch/nios2/include/asm/ |
D | pgtable.h | 88 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/Linux-v6.6/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 142 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | motorola_pgtable.h | 154 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 178 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.6/arch/csky/include/asm/ |
D | pgtable.h | 156 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.6/arch/hexagon/include/asm/ |
D | pgtable.h | 276 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 342 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.6/arch/um/include/asm/ |
D | pgtable.h | 142 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.6/arch/arm/include/asm/ |
D | pgtable.h | 184 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 190 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.6/arch/openrisc/include/asm/ |
D | pgtable.h | 221 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v6.6/arch/microblaze/include/asm/ |
D | pgtable.h | 249 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | pgtable.h | 253 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v6.6/arch/sparc/include/asm/ |
D | pgtable_32.h | 222 static inline int pte_young(pte_t pte) in pte_young() function
|
D | pgtable_64.h | 622 static inline unsigned long pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.6/arch/alpha/include/asm/ |
D | pgtable.h | 254 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v6.6/arch/sh/include/asm/ |
D | pgtable_32.h | 341 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
|
/Linux-v6.6/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 408 static inline int pte_young(pte_t pte) { return !!(pte_val(pte) & _PAGE_ACCESSED); } in pte_young() function
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | pgtable.h | 316 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | pgtable.h | 374 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v6.6/arch/ia64/include/asm/ |
D | pgtable.h | 265 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
|
/Linux-v6.6/arch/riscv/include/asm/ |
D | pgtable.h | 385 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | pgtable.h | 103 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
|