Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dproc-macros.S114 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
181 tst r1, #L_PTE_YOUNG
209 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
221 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
252 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
266 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
H A Dcopypage-xscale.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
H A Dcopypage-v4mc.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
H A Dproc-v7-2level.S96 tst r1, #L_PTE_YOUNG
/linux/arch/arm/include/asm/
H A Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
H A Dpgtable-3level.h72 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro