Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mm/
H A Dproc-macros.S115 L_PTE_PRESENT) > L_PTE_SHARED
182 tstne r1, #L_PTE_PRESENT
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 Dmmu.c275 .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 Dcopypage-xscale.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
H A Dcopypage-v4mc.c23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable.h87 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
181 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT))
194 pteval_t mask = L_PTE_PRESENT | L_PTE_USER; in pte_access_permitted()
H A Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
H A Dpgtable-2level.h120 #define L_PTE_PRESENT (_AT(pteval_t, 1) << 0) macro
H A Dpgtable-3level.h69 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ macro