Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
A Dproc-macros.S113 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
180 tst r1, #L_PTE_YOUNG
208 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
220 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
251 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
265 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
A Dmmu.c226 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN
273 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
279 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
285 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
291 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
302 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
309 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
316 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
321 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
329 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
A Dcopypage-xscale.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
A Dcopypage-v4mc.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
A Dproc-v7-2level.S94 tst r1, #L_PTE_YOUNG
/linux/arch/arm/include/asm/
A Dpgtable.h78 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
199 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG))
262 return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkold()
267 return set_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkyoung()
A Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
A Dpgtable-2level.h121 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
A Dpgtable-3level.h72 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro

Completed in 14 milliseconds