Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/include/asm/
Dpgtable.h91 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE)
94 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
95 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY)
96 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
97 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY)
105 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE)
108 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
109 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY)
110 #define __PAGE_READONLY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
111 #define __PAGE_READONLY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY)
[all …]
Dpgtable-2level.h124 #define L_PTE_RDONLY (_AT(pteval_t, 1) << 7) macro
Dpgtable-3level.h87 #define L_PTE_RDONLY (_AT(pteval_t, 1) << 58) /* READ ONLY */ macro
/linux-4.1.27/arch/arm/mm/
Dpageattr.c71 __pgprot(L_PTE_RDONLY), in set_memory_ro()
79 __pgprot(L_PTE_RDONLY)); in set_memory_rw()
Dproc-macros.S100 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
152 tst r1, #L_PTE_DIRTY|L_PTE_RDONLY
204 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
246 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
Ddump.c61 .mask = L_PTE_RDONLY,
62 .val = L_PTE_RDONLY,
Dproc-v7-3level.S92 @ test for !L_PTE_DIRTY || L_PTE_RDONLY
Dproc-v7-2level.S92 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.c292 L_PTE_RDONLY,
298 L_PTE_USER | L_PTE_RDONLY,