Searched refs:L_PTE_PRESENT (Results 1 – 5 of 5) sorted by relevance
115 L_PTE_PRESENT) > L_PTE_SHARED182 tstne r1, #L_PTE_PRESENT209 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY221 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?252 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY266 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
69 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ macro