/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 78 #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/mips/mm/ |
D | cache.c | 141 protection_map[1] = PAGE_READONLY; in setup_protection_map() 144 protection_map[4] = PAGE_READONLY; in setup_protection_map() 145 protection_map[5] = PAGE_READONLY; in setup_protection_map() 149 protection_map[9] = PAGE_READONLY; in setup_protection_map() 152 protection_map[12] = PAGE_READONLY; in setup_protection_map() 153 protection_map[13] = PAGE_READONLY; in setup_protection_map()
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 56 #define PAGE_READONLY __pgprot(SUN3_PAGE_VALID \ macro 76 #define __P001 PAGE_READONLY 79 #define __P100 PAGE_READONLY 80 #define __P101 PAGE_READONLY 85 #define __S001 PAGE_READONLY 88 #define __S100 PAGE_READONLY 89 #define __S101 PAGE_READONLY
|
D | pgtable_no.h | 28 #define PAGE_READONLY __pgprot(0) macro
|
D | motorola_pgtable.h | 64 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits) macro
|
/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 73 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | __READABLE) macro 92 #define __P001 PAGE_READONLY 101 #define __S001 PAGE_READONLY
|
/arch/um/include/asm/ |
D | pgtable.h | 64 #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/mm/ |
D | init_32.c | 344 protection_map[1] = PAGE_READONLY; in paging_init() 347 protection_map[4] = PAGE_READONLY; in paging_init() 348 protection_map[5] = PAGE_READONLY; in paging_init() 352 protection_map[9] = PAGE_READONLY; in paging_init() 355 protection_map[12] = PAGE_READONLY; in paging_init() 356 protection_map[13] = PAGE_READONLY; in paging_init()
|
/arch/sh/include/asm/ |
D | pgtable.h | 105 #define __P001 PAGE_READONLY 114 #define __S001 PAGE_READONLY
|
D | pgtable_32.h | 176 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro 236 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ macro 239 #define PAGE_EXECREAD PAGE_READONLY 267 #define PAGE_READONLY __pgprot(0) macro
|
D | pgtable_64.h | 184 #define PAGE_READONLY __pgprot(_PAGE_COMMON | _PAGE_READ) macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 126 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER) macro 145 # define PAGE_READONLY __pgprot(0) macro 158 #define __P001 PAGE_READONLY /* private --r */ 167 #define __S001 PAGE_READONLY /* shared --r */
|
/arch/ia64/include/asm/ |
D | pgtable.h | 143 #define PAGE_READONLY __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R) macro 168 #define __P001 PAGE_READONLY 169 #define __P010 PAGE_READONLY /* write to priv pg -> copy & make writable */ 170 #define __P011 PAGE_READONLY /* ditto */ 177 #define __S001 PAGE_READONLY
|
/arch/h8300/include/asm/ |
D | pgtable.h | 24 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 43 #define PAGE_READONLY __pgprot(0) macro
|
D | pgtable.h | 211 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER) macro
|
/arch/blackfin/include/asm/ |
D | pgtable.h | 30 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/ia64/mm/ |
D | init.c | 140 vma->vm_page_prot = __pgprot(pgprot_val(PAGE_READONLY) | _PAGE_MA_NAT); in ia64_init_addr_space() 270 put_kernel_page(page, GATE_ADDR, PAGE_READONLY); in setup_gate() 285 PAGE_READONLY); in setup_gate() 287 PAGE_READONLY); in setup_gate()
|
/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 110 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) macro 139 #define __P001 PAGE_READONLY 148 #define __S001 PAGE_READONLY
|
D | pgtable-ppc32.h | 480 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) macro 500 #define __P100 PAGE_READONLY 509 #define __S100 PAGE_READONLY
|
/arch/parisc/include/asm/ |
D | pgtable.h | 200 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_ACCESSED) macro 222 #define __P001 PAGE_READONLY 231 #define __S001 PAGE_READONLY
|
/arch/x86/include/asm/ |
D | pgtable.h | 83 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro 130 #define __P001 PAGE_READONLY 139 #define __S001 PAGE_READONLY
|
/arch/um/kernel/ |
D | mem.c | 207 pte_set_val(*pte, p, PAGE_READONLY); in fixaddr_user_init()
|
/arch/alpha/include/asm/ |
D | pgtable.h | 103 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) macro
|
/arch/mips/include/asm/ |
D | pgtable.h | 29 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro
|