Searched refs:L_PTE_PRESENT (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arm/mm/ |
| A D | proc-macros.S | 114 L_PTE_PRESENT) > L_PTE_SHARED 181 tstne r1, #L_PTE_PRESENT 208 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 220 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young? 251 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 265 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
|
| A D | mmu.c | 226 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 273 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 279 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 285 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 291 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 302 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 309 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 316 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 321 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 329 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | [all …]
|
| A D | copypage-v4mc.c | 23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
| A D | copypage-xscale.c | 23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
| /linux/arch/arm/include/asm/ |
| A D | pgtable.h | 78 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG 194 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) 207 pteval_t mask = L_PTE_PRESENT | L_PTE_USER; in pte_access_permitted()
|
| A D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
| A D | pgtable-2level.h | 120 #define L_PTE_PRESENT (_AT(pteval_t, 1) << 0) macro
|
| A D | pgtable-3level.h | 69 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ macro
|
Completed in 13 milliseconds