/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 317 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function 381 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 270 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 114 static inline int pte_young(pte_t pte) \ in pte_young() function
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 181 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
|
/Linux-v4.19/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 | 342 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 342 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/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-v4.19/arch/um/include/asm/ |
D | pgtable.h | 154 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 208 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/arch/arc/include/asm/ |
D | pgtable.h | 305 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 301 static inline int pte_young(pte_t pte) { return !!(pte_val(pte) & _PAGE_ACCESSED); } in pte_young() function
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 210 static inline int pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 221 static inline int pte_young(pte_t pte) in pte_young() function
|
D | pgtable_64.h | 619 static inline unsigned long pte_young(pte_t pte) in pte_young() function
|
/Linux-v4.19/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-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 229 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 242 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 260 #define pte_young(pte) (pte_val(pte) & _PAGE_YOUNG) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 273 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 338 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 300 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 359 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
|