Searched refs:L_PTE_RDONLY (Results 1 – 8 of 8) sorted by relevance
/arch/arm/include/asm/ |
D | pgtable.h | 88 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE) 91 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 92 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 93 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 94 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 102 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE) 105 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 106 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY) 107 #define __PAGE_READONLY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 108 #define __PAGE_READONLY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY) [all …]
|
D | pgtable-2level.h | 123 #define L_PTE_RDONLY (_AT(pteval_t, 1) << 7) macro
|
D | pgtable-3level.h | 74 #define L_PTE_RDONLY (_AT(pteval_t, 1) << 7) /* AP[2] */ macro
|
/arch/arm/mm/ |
D | proc-macros.S | 100 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 156 tst r1, #L_PTE_DIRTY|L_PTE_RDONLY 211 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty? 253 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
|
D | proc-v7-3level.S | 74 orreq r2, #L_PTE_RDONLY
|
D | proc-v7-2level.S | 88 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
|
D | proc-xscale.S | 513 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_RDONLY) & ~(4 << 2) 514 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER | L_PTE_RDONLY
|
D | mmu.c | 280 L_PTE_RDONLY, 286 L_PTE_USER | L_PTE_RDONLY,
|