Home
last modified time | relevance | path

Searched refs:PAGE_READONLY (Results 1 – 25 of 41) sorted by relevance

12

/arch/cris/include/arch-v10/arch/
Dmmu.h78 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | __READABLE) macro
90 #define __P001 PAGE_READONLY
93 #define __P100 PAGE_READONLY
94 #define __P101 PAGE_READONLY
99 #define __S001 PAGE_READONLY
102 #define __S100 PAGE_READONLY
103 #define __S101 PAGE_READONLY
/arch/score/mm/
Dcache.c100 protection_map[1] = PAGE_READONLY; in setup_protection_map()
103 protection_map[4] = PAGE_READONLY; in setup_protection_map()
104 protection_map[5] = PAGE_READONLY; in setup_protection_map()
108 protection_map[9] = PAGE_READONLY; in setup_protection_map()
111 protection_map[12] = PAGE_READONLY; in setup_protection_map()
112 protection_map[13] = PAGE_READONLY; in setup_protection_map()
/arch/mips/mm/
Dcache.c184 protection_map[1] = PAGE_READONLY; in setup_protection_map()
187 protection_map[4] = PAGE_READONLY; in setup_protection_map()
188 protection_map[5] = PAGE_READONLY; in setup_protection_map()
192 protection_map[9] = PAGE_READONLY; in setup_protection_map()
195 protection_map[12] = PAGE_READONLY; in setup_protection_map()
196 protection_map[13] = PAGE_READONLY; in setup_protection_map()
/arch/m68k/include/asm/
Dsun3_pgtable.h54 #define PAGE_READONLY __pgprot(SUN3_PAGE_VALID \ macro
74 #define __P001 PAGE_READONLY
77 #define __P100 PAGE_READONLY
78 #define __P101 PAGE_READONLY
83 #define __S001 PAGE_READONLY
86 #define __S100 PAGE_READONLY
87 #define __S101 PAGE_READONLY
Dpgtable_no.h28 #define PAGE_READONLY __pgprot(0) macro
/arch/metag/include/asm/
Dpgtable.h63 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro
70 #define __P001 PAGE_READONLY
73 #define __P100 PAGE_READONLY
74 #define __P101 PAGE_READONLY
79 #define __S001 PAGE_READONLY
82 #define __S100 PAGE_READONLY
83 #define __S101 PAGE_READONLY
/arch/cris/include/arch-v32/arch/
Dmmu.h74 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | __READABLE) macro
93 #define __P001 PAGE_READONLY
102 #define __S001 PAGE_READONLY
/arch/score/include/asm/
Dpgtable.h127 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_CACHE) macro
134 #define __P001 PAGE_READONLY
137 #define __P100 PAGE_READONLY
138 #define __P101 PAGE_READONLY
143 #define __S001 PAGE_READONLY
146 #define __S100 PAGE_READONLY
147 #define __S101 PAGE_READONLY
/arch/um/include/asm/
Dpgtable.h63 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) macro
74 #define __P001 PAGE_READONLY
77 #define __P100 PAGE_READONLY
78 #define __P101 PAGE_READONLY
83 #define __S001 PAGE_READONLY
86 #define __S100 PAGE_READONLY
87 #define __S101 PAGE_READONLY
/arch/sparc/include/asm/
Dpgtable_32.h53 #define PAGE_READONLY SRMMU_PAGE_RDONLY macro
66 #define __P001 PAGE_READONLY
69 #define __P100 PAGE_READONLY
70 #define __P101 PAGE_READONLY
75 #define __S001 PAGE_READONLY
78 #define __S100 PAGE_READONLY
79 #define __S101 PAGE_READONLY
/arch/frv/include/asm/
Dpgtable.h56 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
309 #define PAGE_READONLY __pgprot(__PGPROT_BASE | _PAGE_WP) macro
331 #define __P001 PAGE_READONLY
334 #define __P100 PAGE_READONLY
335 #define __P101 PAGE_READONLY
340 #define __S001 PAGE_READONLY
343 #define __S100 PAGE_READONLY
344 #define __S101 PAGE_READONLY
/arch/powerpc/include/asm/
Dpte-common.h151 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO) macro
156 #define __P001 PAGE_READONLY
165 #define __S001 PAGE_READONLY
/arch/arm64/include/asm/
Dpgtable-prot.h78 #define PAGE_READONLY __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_NG | PTE_PXN | PTE_UXN) macro
83 #define __P001 PAGE_READONLY
92 #define __S001 PAGE_READONLY
/arch/sh/include/asm/
Dpgtable.h106 #define __P001 PAGE_READONLY
115 #define __S001 PAGE_READONLY
Dpgtable_32.h194 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro
248 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ macro
251 #define PAGE_EXECREAD PAGE_READONLY
279 #define PAGE_READONLY __pgprot(0) macro
/arch/m32r/include/asm/
Dpgtable.h125 #define PAGE_READONLY \ macro
148 #define PAGE_READONLY __pgprot(0) macro
158 #define __P001 PAGE_READONLY
167 #define __S001 PAGE_READONLY
/arch/h8300/include/asm/
Dpgtable.h10 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/xtensa/include/asm/
Dpgtable.h166 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER) macro
186 # define PAGE_READONLY __pgprot(0) macro
199 #define __P001 PAGE_READONLY /* private --r */
208 #define __S001 PAGE_READONLY /* shared --r */
/arch/mips/kernel/
Dvdso.c158 pgprot_noncached(PAGE_READONLY)); in arch_setup_additional_pages()
166 PAGE_SIZE, PAGE_READONLY); in arch_setup_additional_pages()
/arch/ia64/include/asm/
Dpgtable.h139 #define PAGE_READONLY __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R) macro
165 #define __P001 PAGE_READONLY
166 #define __P010 PAGE_READONLY /* write to priv pg -> copy & make writable */
167 #define __P011 PAGE_READONLY /* ditto */
174 #define __S001 PAGE_READONLY
/arch/arm/include/asm/
Dpgtable-nommu.h43 #define PAGE_READONLY __pgprot(0) macro
/arch/c6x/include/asm/
Dpgtable.h41 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/microblaze/include/asm/
Dpgtable.h32 #define PAGE_READONLY __pgprot(0) /* these mean nothing to non MMU */ macro
252 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) macro
272 #define __P100 PAGE_READONLY
281 #define __S100 PAGE_READONLY
/arch/openrisc/include/asm/
Dpgtable.h163 #define PAGE_READONLY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE) macro
188 #define __P100 PAGE_READONLY
197 #define __S100 PAGE_READONLY
/arch/tile/include/asm/
Dpgtable.h117 #define PAGE_READONLY \ macro
140 #define __P001 PAGE_READONLY
149 #define __S001 PAGE_READONLY

12