Home
last modified time | relevance | path

Searched refs:L_PTE_YOUNG (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/asm-arm/proc-armv/
Dpgtable.h113 #define L_PTE_YOUNG (1 << 1) macro
124 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
133 #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);
/linux-2.4.37.9/arch/arm/tools/
Dgetconstants.c50 DEFN("LPTE_YOUNG", L_PTE_YOUNG); in func()
/linux-2.4.37.9/arch/arm/mm/
Dioremap.c76 pgprot = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | L_PTE_WRITE | flags); in remap_area_pmd()
Dmm-armv.c243 prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | in create_mapping()