/Linux-v4.19/arch/h8300/include/asm/ |
D | pgtable.h | 12 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | pgtable_no.h | 29 #define PAGE_READONLY __pgprot(0) macro
|
D | sun3_pgtable.h | 55 #define PAGE_READONLY __pgprot(SUN3_PAGE_VALID \ macro
|
D | motorola_pgtable.h | 65 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
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 280 #define PAGE_READONLY __pgprot(0) macro
|
D | pgtable_64.h | 193 #define PAGE_READONLY __pgprot(_PAGE_COMMON | _PAGE_READ) macro
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 41 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable-prot.h | 96 #define PAGE_READONLY __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-nommu.h | 43 #define PAGE_READONLY __pgprot(0) macro
|
D | pgtable.h | 97 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | pte-common.h | 161 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 175 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER) macro 196 # define PAGE_READONLY __pgprot(0) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 32 #define PAGE_READONLY __pgprot(0) /* these mean nothing to non MMU */ macro 254 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 98 #define PAGE_READONLY __pgprot(pgprot_val(pgprot_user | PTE_READ)) macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 122 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 63 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 54 #define PAGE_READONLY SRMMU_PAGE_RDONLY macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 32 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | \ macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 104 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) macro
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 164 #define PAGE_READONLY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable_types.h | 165 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 140 #define PAGE_READONLY __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 235 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_ACCESSED) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 170 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_READ) macro
|