Searched refs:L_PTE_YOUNG (Results 1 – 1 of 1) sorted by relevance
158 #define L_PTE_YOUNG (1 << 1) macro174 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_CACHEABLE | L_PTE_BUFFERABLE245 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG)267 PTE_BIT_FUNC(mkold, &= ~L_PTE_YOUNG);268 PTE_BIT_FUNC(mkyoung, |= L_PTE_YOUNG);