/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | pgtable-prot.h | 84 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | … macro 91 #define __P000 PAGE_NONE 100 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
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
|
D | pgtable_no.h | 26 #define PAGE_NONE __pgprot(0) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | pgtable.h | 24 #define __P000 PAGE_NONE 33 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 168 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro 189 # define PAGE_NONE __pgprot(0) macro 204 #define __P000 PAGE_NONE /* private --- */ 213 #define __S000 PAGE_NONE /* shared --- */
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | pgtable.h | 94 #define __P000 PAGE_NONE 103 #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
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | pgtable.h | 25 #define PAGE_NONE __pgprot(0) /* these mean nothing to non MMU */ macro 233 #define PAGE_NONE __pgprot(_PAGE_BASE) macro 250 #define __P000 PAGE_NONE 259 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | pgtable.h | 66 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHED) macro 80 #define __P000 PAGE_NONE 89 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | pgtable_32.h | 54 #define PAGE_NONE SRMMU_PAGE_NONE macro 69 #define __P000 PAGE_NONE 78 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | pgtable.h | 158 #define PAGE_NONE __pgprot(_PAGE_ALL) macro 180 #define __P000 PAGE_NONE 189 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | cache.c | 180 protection_map[0] = PAGE_NONE; in setup_protection_map() 188 protection_map[8] = PAGE_NONE; in setup_protection_map()
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
D | pgtable.h | 6 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | pgtable.h | 81 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE) macro 118 #define __P000 PAGE_NONE 128 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | pgtable.h | 139 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A) macro 155 #define __P000 (PAGE_NONE | _PAGE_CACHE_SHRD) 164 #define __S000 (PAGE_NONE | _PAGE_CACHE_SHRD)
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | pgtable-nommu.h | 36 #define PAGE_NONE __pgprot(0) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
D | pte-40x.h | 79 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
|
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
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
D | pgtable.h | 34 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | pgtable.h | 248 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER) macro 275 #define __P000 PAGE_NONE 284 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pgtable.h | 138 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A) macro 165 #define __P000 PAGE_NONE 174 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | pgtable_types.h | 182 #define PAGE_NONE __pg( 0| 0| 0|___A| 0| 0| 0|___G) macro 236 #define __P000 PAGE_NONE 245 #define __S000 PAGE_NONE
|