Searched refs:L_PTE_YOUNG (Results 1 – 4 of 4) sorted by relevance
113 #define L_PTE_YOUNG (1 << 1) macro124 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG133 #define _PAGE_CHG_MASK (PAGE_MASK | L_PTE_DIRTY | L_PTE_YOUNG)145 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG)158 PTE_BIT_FUNC(mkold, &= ~L_PTE_YOUNG);159 PTE_BIT_FUNC(mkyoung, |= L_PTE_YOUNG);
50 DEFN("LPTE_YOUNG", L_PTE_YOUNG); in func()
76 pgprot = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | L_PTE_WRITE | flags); in remap_area_pmd()
243 prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | in create_mapping()