Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mm/
Dproc-macros.S115 (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?
Dmmu.c241 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN
291 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
297 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
303 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
309 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
320 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
327 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
334 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
339 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
347 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
Dcopypage-v4mc.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dcopypage-xscale.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dproc-v7-2level.S94 tst r1, #L_PTE_YOUNG
/Linux-v5.4/arch/arm/include/asm/
Dpgtable.h79 #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()
Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
Dpgtable-2level.h119 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
Dpgtable-3level.h70 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro