Searched defs:pte_young (Results 1 – 2 of 2) sorted by relevance
245 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG) macro
219 static inline int pte_young(pte_t pte) { return (pte).pte_low & _PAGE_ACCESSED; } in pte_young() function