/Linux-v5.15/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 97 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/Linux-v5.15/arch/mips/include/asm/ |
D | pgtable.h | 301 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 365 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
/Linux-v5.15/arch/nios2/include/asm/ |
D | pgtable.h | 107 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 160 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
|
D | motorola_pgtable.h | 178 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
D | mcf_pgtable.h | 235 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.15/arch/csky/include/asm/ |
D | pgtable.h | 175 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.15/arch/hexagon/include/asm/ |
D | pgtable.h | 295 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 334 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 207 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.15/arch/um/include/asm/ |
D | pgtable.h | 155 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.15/arch/arm/include/asm/ |
D | pgtable.h | 199 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
|
/Linux-v5.15/arch/openrisc/include/asm/ |
D | pgtable.h | 236 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | pgtable.h | 267 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | pgtable_32.h | 238 static inline int pte_young(pte_t pte) in pte_young() function
|
D | pgtable_64.h | 585 static inline unsigned long pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.15/arch/microblaze/include/asm/ |
D | pgtable.h | 263 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | pgtable.h | 267 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v5.15/arch/nds32/include/asm/ |
D | pgtable.h | 249 #define pte_young(pte) (pte_val(pte) & _PAGE_YOUNG) macro
|
/Linux-v5.15/arch/sh/include/asm/ |
D | pgtable_32.h | 342 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 393 static inline int pte_young(pte_t pte) { return !!(pte_val(pte) & _PAGE_ACCESSED); } in pte_young() function
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | pgtable.h | 343 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | pgtable.h | 294 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | pgtable.h | 297 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | pgtable.h | 90 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
|