Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dpgtable.h88 #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 …]
Dpgtable-2level.h123 #define L_PTE_RDONLY (_AT(pteval_t, 1) << 7) macro
Dpgtable-3level.h74 #define L_PTE_RDONLY (_AT(pteval_t, 1) << 7) /* AP[2] */ macro
/arch/arm/mm/
Dproc-macros.S100 (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?
Dproc-v7-3level.S74 orreq r2, #L_PTE_RDONLY
Dproc-v7-2level.S88 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
Dproc-xscale.S513 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
Dmmu.c280 L_PTE_RDONLY,
286 L_PTE_USER | L_PTE_RDONLY,