/Linux-v5.4/arch/hexagon/include/asm/ |
D | pgtable.h | 137 #define __P101 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_EXECUTE | \ macro 140 #define __P111 __P101 /* Read/Write/Execute, copy-on-write */ 151 #define __S101 __P101
|
/Linux-v5.4/arch/x86/um/ |
D | mem_32.c | 20 gate_vma.vm_page_prot = __P101; in gate_vma_init()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | pgtable.h | 29 #define __P101 PAGE_READONLY_X macro
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable.h | 107 #define __P101 PAGE_EXECREAD macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | pgtable-prot.h | 95 #define __P101 PAGE_READONLY_EXEC macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | pgtable.h | 283 #define __P101 PAGE_EXECREAD macro 285 #define __P111 __P101 /* copy on write */
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgtable.h | 51 #define __P101 MKP(1, 0, 1) macro
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 79 #define __P101 PAGE_READONLY macro
|
D | mcf_pgtable.h | 108 #define __P101 __pgprot(CF_PAGE_VALID \ macro
|
D | motorola_pgtable.h | 84 #define __P101 PAGE_READONLY_C macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 129 #define __P101 __PAGE_READONLY_EXEC macro
|
/Linux-v5.4/arch/arc/include/asm/ |
D | pgtable.h | 166 #define __P101 PAGE_U_X_R macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 94 #define __P101 PAGE_READONLY macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 71 #define __P101 PAGE_READONLY macro
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable.h | 73 #define __P101 PAGE_READ_EXEC macro
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable.h | 76 #define __P101 PAGE_READONLY macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pgtable.h | 125 #define __P101 _PAGE_P(_PAGE_FOW) macro
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | pgtable.h | 186 #define __P101 PAGE_READONLY_X macro
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgtable.h | 210 #define __P101 PAGE_READONLY_EXEC /* private x-r */ macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable.h | 155 #define __P101 __PAGE_READONLY_EXEC macro
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | pgtable.h | 165 #define __P101 (PAGE_READ | _PAGE_E | _PAGE_CACHE_SHRD) macro
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgtable.h | 273 #define __P101 PAGE_READONLY_X macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable_types.h | 222 #define __P101 PAGE_READONLY_EXEC macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgtable.h | 170 #define __P101 __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RX) macro
|
/Linux-v5.4/arch/ia64/mm/ |
D | init.c | 279 gate_vma.vm_page_prot = __P101; in gate_vma_init()
|