/arch/arm64/include/asm/ |
D | pgtable-prot.h | 82 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | … macro 89 #define __P000 PAGE_NONE 98 #define __S000 PAGE_NONE
|
/arch/powerpc/include/asm/ |
D | pgtable.h | 24 #define __P000 PAGE_NONE 33 #define __S000 PAGE_NONE
|
/arch/sh/include/asm/ |
D | pgtable.h | 102 #define __P000 PAGE_NONE 111 #define __S000 PAGE_NONE
|
D | pgtable_32.h | 176 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ macro 239 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ macro 275 #define PAGE_NONE __pgprot(0) macro
|
/arch/h8300/include/asm/ |
D | pgtable.h | 8 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/m68k/include/asm/ |
D | pgtable_no.h | 26 #define PAGE_NONE __pgprot(0) macro
|
D | sun3_pgtable.h | 45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro 74 #define __P000 PAGE_NONE 83 #define __S000 PAGE_NONE
|
D | mcf_pgtable.h | 63 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro 94 #define __P000 PAGE_NONE 122 #define __S000 PAGE_NONE
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 169 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro 190 # define PAGE_NONE __pgprot(0) macro 205 #define __P000 PAGE_NONE /* private --- */ 214 #define __S000 PAGE_NONE /* shared --- */
|
/arch/powerpc/include/asm/nohash/32/ |
D | pte-44x.h | 119 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
|
D | pte-fsl-booke.h | 65 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
|
D | pte-40x.h | 80 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
|
D | pte-8xx.h | 78 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) macro
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 37 #define PAGE_NONE __pgprot(0) macro
|
/arch/c6x/include/asm/ |
D | pgtable.h | 35 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/csky/include/asm/ |
D | pgtable.h | 79 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHED) macro 89 #define __P000 PAGE_NONE 98 #define __S000 PAGE_NONE
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 29 #define PAGE_NONE __pgprot(0) /* these mean nothing to non MMU */ macro 251 #define PAGE_NONE __pgprot(_PAGE_BASE) macro 268 #define __P000 PAGE_NONE 277 #define __S000 PAGE_NONE
|
/arch/mips/mm/ |
D | cache.c | 181 protection_map[0] = PAGE_NONE; in setup_protection_map() 189 protection_map[8] = PAGE_NONE; in setup_protection_map()
|
/arch/um/include/asm/ |
D | pgtable.h | 58 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro 71 #define __P000 PAGE_NONE 80 #define __S000 PAGE_NONE
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 51 #define PAGE_NONE SRMMU_PAGE_NONE macro 66 #define __P000 PAGE_NONE 75 #define __S000 PAGE_NONE
|
/arch/riscv/include/asm/ |
D | pgtable.h | 40 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE) macro 68 #define __P000 PAGE_NONE 78 #define __S000 PAGE_NONE
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 159 #define PAGE_NONE __pgprot(_PAGE_ALL) macro 181 #define __P000 PAGE_NONE 190 #define __S000 PAGE_NONE
|
/arch/nds32/include/asm/ |
D | pgtable.h | 144 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A) macro 160 #define __P000 (PAGE_NONE | _PAGE_CACHE_SHRD) 169 #define __S000 (PAGE_NONE | _PAGE_CACHE_SHRD)
|
/arch/powerpc/include/asm/nohash/ |
D | pte-book3e.h | 94 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
|
/arch/x86/include/asm/ |
D | pgtable_types.h | 153 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro 217 #define __P000 PAGE_NONE 226 #define __S000 PAGE_NONE
|