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

/external/kernel-headers/original/asm-generic/
H A Dpgtable.h50 if (!pte_young(__pte)) \
/external/kernel-headers/original/asm-mips/
H A Dpgtable.h195 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } function
251 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } function
/external/kernel-headers/original/asm-x86/
H A Dpgtable_32.h219 static inline int pte_young(pte_t pte) { return (pte).pte_low & _PAGE_ACCESSED; } function
292 if (pte_young(*(ptep))) \
/external/kernel-headers/original/asm-arm/
H A Dpgtable.h245 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG) macro

Completed in 35 milliseconds