Searched refs:pte_young (Results 1 - 25 of 37) sorted by relevance

12

/arch/parisc/include/asm/
H A Dpgtable.h345 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
446 if (!pte_young(*ptep))
451 if (!pte_young(pte)) {
/arch/arm/include/asm/
H A Dpgtable.h227 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) macro
231 (pte_valid(pte) && pte_isset((pte), L_PTE_USER) && pte_young(pte))
/arch/xtensa/include/asm/
H A Dpgtable.h261 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
338 if (!pte_young(pte))
/arch/ia64/include/asm/
H A Dpgtable.h302 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0) macro
416 if (!pte_young(*ptep))
421 if (!pte_young(pte))
/arch/mips/include/asm/
H A Dpgtable.h233 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function
289 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/arch/mn10300/include/asm/
H A Dpgtable.h240 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
367 if (!pte_young(*ptep))
/arch/tile/include/asm/
H A Dpgtable.h198 #define pte_young hv_pte_get_accessed macro
480 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
/arch/arc/include/asm/
H A Dpgtable.h299 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
/arch/arm/lib/
H A Duaccess_with_memcpy.c76 if (unlikely(!pte_present(*pte) || !pte_young(*pte) ||
/arch/avr32/include/asm/
H A Dpgtable.h204 static inline int pte_young(pte_t pte) function
/arch/cris/include/asm/
H A Dpgtable.h116 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/arch/m32r/include/asm/
H A Dpgtable.h199 static inline int pte_young(pte_t pte) function
/arch/m68k/include/asm/
H A Dsun3_pgtable.h170 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } function
H A Dmcf_pgtable.h241 static inline int pte_young(pte_t pte) function
H A Dmotorola_pgtable.h170 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/arch/powerpc/include/asm/
H A Dpgtable.h35 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/arch/unicore32/include/asm/
H A Dpgtable.h180 #define pte_young(pte) (pte_val(pte) & PTE_YOUNG) macro
/arch/arm64/include/asm/
H A Dpgtable.h142 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro
287 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
/arch/um/kernel/
H A Dtlb.c198 if (!pte_young(*pte)) {
412 if (!pte_young(*pte)) {
/arch/alpha/include/asm/
H A Dpgtable.h270 extern inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/arch/hexagon/include/asm/
H A Dpgtable.h349 /* pte_young - "is PTE marked as accessed"? */
350 static inline int pte_young(pte_t pte) function
/arch/metag/include/asm/
H A Dpgtable.h221 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/arch/openrisc/include/asm/
H A Dpgtable.h242 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/arch/score/include/asm/
H A Dpgtable.h196 static inline int pte_young(pte_t pte) function
/arch/sh/include/asm/
H A Dpgtable_64.h262 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function

Completed in 107 milliseconds

12