Home
last modified time | relevance | path

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

/arch/arm/mm/
Dproc-macros.S100 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
172 tst r1, #L_PTE_YOUNG
202 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
214 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
245 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
259 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
Dcopypage-xscale.c26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dcopypage-v4mc.c26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dmmu.c233 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN
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,
301 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
308 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
315 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
320 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
328 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
561 pgprot_user = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | user_pgprot); in build_mem_type_table()
[all …]
Dproc-v7-2level.S102 tst r1, #L_PTE_YOUNG
/arch/arm/include/asm/
Dpgtable.h78 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
218 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG)
252 PTE_BIT_FUNC(mkold, &= ~L_PTE_YOUNG);
253 PTE_BIT_FUNC(mkyoung, |= L_PTE_YOUNG);
Dpgtable-2level.h120 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
Dpgtable-3level.h76 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro