Searched refs:L_PTE_YOUNG (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/arm/mm/ |
D | proc-macros.S | 115 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 182 tst r1, #L_PTE_YOUNG 210 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 222 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young? 253 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 267 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
|
D | mmu.c | 244 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 294 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 306 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 312 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 323 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 330 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 337 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 342 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 350 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | [all …]
|
D | copypage-v4mc.c | 26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
D | copypage-xscale.c | 26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
D | proc-v7-2level.S | 97 tst r1, #L_PTE_YOUNG
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 82 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG 229 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) 303 return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkold() 308 return set_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkyoung()
|
D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
D | pgtable-2level.h | 122 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
|
D | pgtable-3level.h | 82 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro
|