| /Linux-v5.4/arch/mips/mm/ |
| D | cache.c | 182 protection_map[1] = PAGE_READONLY; in setup_protection_map() 185 protection_map[4] = PAGE_READONLY; in setup_protection_map() 186 protection_map[5] = PAGE_READONLY; in setup_protection_map() 190 protection_map[9] = PAGE_READONLY; in setup_protection_map() 193 protection_map[12] = PAGE_READONLY; in setup_protection_map() 194 protection_map[13] = PAGE_READONLY; in setup_protection_map()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | sun3_pgtable.h | 55 #define PAGE_READONLY __pgprot(SUN3_PAGE_VALID \ macro 75 #define __P001 PAGE_READONLY 78 #define __P100 PAGE_READONLY 79 #define __P101 PAGE_READONLY 84 #define __S001 PAGE_READONLY 87 #define __S100 PAGE_READONLY 88 #define __S101 PAGE_READONLY
|
| D | pgtable_no.h | 29 #define PAGE_READONLY __pgprot(0) macro
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | pgtable-prot.h | 86 #define PAGE_READONLY __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN) macro 91 #define __P001 PAGE_READONLY 92 #define __P010 PAGE_READONLY 93 #define __P011 PAGE_READONLY 100 #define __S001 PAGE_READONLY
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | pgtable.h | 83 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_READ | _CACHE_CACHED) 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
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | pgtable_32.h | 54 #define PAGE_READONLY SRMMU_PAGE_RDONLY macro 67 #define __P001 PAGE_READONLY 70 #define __P100 PAGE_READONLY 71 #define __P101 PAGE_READONLY 76 #define __S001 PAGE_READONLY 79 #define __S100 PAGE_READONLY 80 #define __S101 PAGE_READONLY
|
| /Linux-v5.4/arch/um/include/asm/ |
| D | pgtable.h | 61 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) macro 72 #define __P001 PAGE_READONLY 75 #define __P100 PAGE_READONLY 76 #define __P101 PAGE_READONLY 81 #define __S001 PAGE_READONLY 84 #define __S100 PAGE_READONLY 85 #define __S101 PAGE_READONLY
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | pgtable.h | 25 #define __P001 PAGE_READONLY 34 #define __S001 PAGE_READONLY
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | pgtable.h | 172 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER) macro 193 # define PAGE_READONLY __pgprot(0) macro 206 #define __P001 PAGE_READONLY /* private --r */ 215 #define __S001 PAGE_READONLY /* shared --r */
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | pgtable.h | 103 #define __P001 PAGE_READONLY 112 #define __S001 PAGE_READONLY
|
| D | pgtable_32.h | 195 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro 249 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ macro 252 #define PAGE_EXECREAD PAGE_READONLY 280 #define PAGE_READONLY __pgprot(0) macro
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | pgtable.h | 140 #define PAGE_READONLY __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R) macro 166 #define __P001 PAGE_READONLY 167 #define __P010 PAGE_READONLY /* write to priv pg -> copy & make writable */ 168 #define __P011 PAGE_READONLY /* ditto */ 175 #define __S001 PAGE_READONLY
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | vdso.c | 160 pgprot_noncached(PAGE_READONLY)); in arch_setup_additional_pages() 168 PAGE_SIZE, PAGE_READONLY); in arch_setup_additional_pages()
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | pgtable.h | 32 #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
|
| /Linux-v5.4/arch/openrisc/include/asm/ |
| D | pgtable.h | 160 #define PAGE_READONLY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE) macro 185 #define __P100 PAGE_READONLY 194 #define __S100 PAGE_READONLY
|
| /Linux-v5.4/arch/h8300/include/asm/ |
| D | pgtable.h | 11 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
| /Linux-v5.4/arch/ia64/mm/ |
| D | init.c | 136 vma->vm_page_prot = __pgprot(pgprot_val(PAGE_READONLY) | _PAGE_MA_NAT); in ia64_init_addr_space() 247 put_kernel_page(page, GATE_ADDR, PAGE_READONLY); in setup_gate() 262 PAGE_READONLY); in setup_gate() 264 PAGE_READONLY); in setup_gate()
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pte-44x.h | 124 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
| D | pte-fsl-booke.h | 70 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
| D | pte-40x.h | 85 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | pgtable-nommu.h | 40 #define PAGE_READONLY __pgprot(0) macro
|
| /Linux-v5.4/arch/c6x/include/asm/ |
| D | pgtable.h | 38 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | pgtable_types.h | 164 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro 218 #define __P001 PAGE_READONLY 227 #define __S001 PAGE_READONLY
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | pgtable.h | 109 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro 111 #define PAGE_COPY PAGE_READONLY
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | pgtable.h | 256 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ) macro 279 #define __P001 PAGE_READONLY 288 #define __S001 PAGE_READONLY
|