Home
last modified time | relevance | path

Searched refs:L_PTE_YOUNG (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mm/
H A Dmmu.c229 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN
276 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
282 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
288 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
294 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
301 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
316 .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,
335 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRT
[all...]
H A Dcopypage-xscale.c22 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
H A Dcopypage-v4mc.c22 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
H A Dproc-v7-2level.S94 tst r1, #L_PTE_YOUNG
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dmmu.c228 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN
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_DIRT
[all...]
H A Dcopypage-v4mc.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
H A Dcopypage-xscale.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
H A Dproc-v7-2level.S96 tst r1, #L_PTE_YOUNG
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable.h88 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
199 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG))
262 return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkold()
267 return set_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkyoung()
H A Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
H A Dpgtable-2level.h121 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
H A Dpgtable-3level.h72 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable.h87 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
184 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG))
248 return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkold()
253 return set_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkyoung()
H A Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
H A Dpgtable-2level.h121 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
H A Dpgtable-3level.h72 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro

Completed in 9 milliseconds