Searched refs:L_PTE_YOUNG (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/arm/mm/ |
D | proc-macros.S | 95 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 167 tst r1, #L_PTE_YOUNG 193 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 205 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young? 236 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 250 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
|
D | mmu.c | 197 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 243 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 249 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 255 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 265 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 272 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 279 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 284 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 507 pgprot_user = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | user_pgprot); in build_mem_type_table() 508 pgprot_kernel = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | in build_mem_type_table()
|
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 | proc-v7-2level.S | 102 tst r1, #L_PTE_YOUNG
|
/linux-3.4.99/arch/arm/include/asm/ |
D | pgtable.h | 78 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG 211 #define pte_young(pte) (pte_val(pte) & L_PTE_YOUNG) 247 PTE_BIT_FUNC(mkold, &= ~L_PTE_YOUNG); 248 PTE_BIT_FUNC(mkyoung, |= L_PTE_YOUNG);
|
D | pgtable-2level.h | 119 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
|
D | pgtable-3level.h | 77 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro
|