Searched refs:L_PTE_YOUNG (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/arm/mm/ |
H A D | proc-macros.S | 114 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 181 tst r1, #L_PTE_YOUNG 209 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 221 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young? 252 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 266 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
|
H A D | mmu.c | 275 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 281 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 287 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 293 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 315 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 322 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 329 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 334 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 342 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | [all …]
|
H A D | copypage-xscale.c | 23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
H A D | copypage-v4mc.c | 23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
H A D | proc-v7-2level.S | 96 tst r1, #L_PTE_YOUNG
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 87 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG 186 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG)) 250 return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkold() 255 return set_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkyoung()
|
H A D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
H A D | pgtable-2level.h | 121 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
|
H A D | pgtable-3level.h | 72 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro
|