Home
last modified time | relevance | path

Searched refs:L_PTE_PRESENT (Results 1 – 7 of 7) sorted by relevance

/arch/arm/mm/
Dproc-macros.S90 L_PTE_FILE+L_PTE_PRESENT) > L_PTE_SHARED
154 tstne r1, #L_PTE_PRESENT
179 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_WRITE | L_PTE_DIRTY
191 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_DIRTY
236 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
Dcopypage-v4mc.c30 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dcopypage-xscale.c32 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dmmu.c183 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_WRITE
227 .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()
Dfault-armv.c204 pgprot_t prot = __pgprot(L_PTE_PRESENT|L_PTE_YOUNG| in check_writebuffer_bugs()
Dproc-v7.S143 tstne r1, #L_PTE_PRESENT
/arch/arm/include/asm/
Dpgtable.h164 #define L_PTE_PRESENT (1 << 0) macro
199 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
282 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT)