Home
last modified time | relevance | path

Searched refs:L_PTE_PRESENT (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/arm/mm/
Dproc-macros.S116 L_PTE_PRESENT) > L_PTE_SHARED
183 tstne r1, #L_PTE_PRESENT
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.c244 #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 …]
Dcopypage-v4mc.c26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dcopypage-xscale.c26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
/Linux-v4.19/arch/arm/include/asm/
Dpgtable.h82 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
224 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT))
237 pteval_t mask = L_PTE_PRESENT | L_PTE_USER; in pte_access_permitted()
Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
Dpgtable-2level.h121 #define L_PTE_PRESENT (_AT(pteval_t, 1) << 0) macro
Dpgtable-3level.h79 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ macro