Searched refs:L_PTE_PRESENT (Results 1 – 7 of 7) sorted by relevance
90 L_PTE_FILE+L_PTE_PRESENT) > L_PTE_SHARED154 tstne r1, #L_PTE_PRESENT179 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_WRITE | L_PTE_DIRTY191 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?222 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_WRITE | L_PTE_DIRTY236 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
30 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
32 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
183 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_WRITE227 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |233 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |420 pgprot_user = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | user_pgprot); in build_mem_type_table()421 pgprot_kernel = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | in build_mem_type_table()
204 pgprot_t prot = __pgprot(L_PTE_PRESENT|L_PTE_YOUNG| in check_writebuffer_bugs()
143 tstne r1, #L_PTE_PRESENT
164 #define L_PTE_PRESENT (1 << 0) macro199 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG282 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT)