Searched refs:L_PTE_YOUNG (Results 1 – 8 of 8) sorted by relevance
/arch/arm/mm/ |
D | proc-macros.S | 100 (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?
|
D | copypage-xscale.c | 26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
D | copypage-v4mc.c | 26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
D | mmu.c | 233 #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 …]
|
D | proc-v7-2level.S | 102 tst r1, #L_PTE_YOUNG
|
/arch/arm/include/asm/ |
D | pgtable.h | 78 #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);
|
D | pgtable-2level.h | 120 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
|
D | pgtable-3level.h | 76 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro
|