/Linux-v4.19/arch/powerpc/include/asm/ |
D | pte-common.h | 154 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) macro 165 #define __P000 PAGE_NONE 174 #define __S000 PAGE_NONE
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable-prot.h | 93 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | … macro 100 #define __P000 PAGE_NONE 109 #define __S000 PAGE_NONE
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable.h | 105 #define __P000 PAGE_NONE 114 #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
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 172 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro 193 # define PAGE_NONE __pgprot(0) macro 208 #define __P000 PAGE_NONE /* private --- */ 217 #define __S000 PAGE_NONE /* shared --- */
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 29 #define PAGE_NONE __pgprot(0) /* these mean nothing to non MMU */ macro 253 #define PAGE_NONE __pgprot(_PAGE_BASE) macro 270 #define __P000 PAGE_NONE 279 #define __S000 PAGE_NONE
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 60 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro 73 #define __P000 PAGE_NONE 82 #define __S000 PAGE_NONE
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 47 #define PAGE_NONE __pgprot(0) macro 73 #define __P000 PAGE_NONE 83 #define __S000 PAGE_NONE
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 163 #define PAGE_NONE __pgprot(_PAGE_ALL) macro 185 #define __P000 PAGE_NONE 194 #define __S000 PAGE_NONE
|
/Linux-v4.19/arch/mips/mm/ |
D | cache.c | 184 protection_map[0] = PAGE_NONE; in setup_protection_map() 192 protection_map[8] = PAGE_NONE; in setup_protection_map()
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | pgtable.h | 9 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/Linux-v4.19/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)
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 38 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-nommu.h | 40 #define PAGE_NONE __pgprot(0) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable_types.h | 154 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro 218 #define __P000 PAGE_NONE 227 #define __S000 PAGE_NONE
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 230 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) macro 257 #define __P000 PAGE_NONE 266 #define __S000 PAGE_NONE
|
/Linux-v4.19/arch/x86/mm/ |
D | cpu_entry_area.c | 78 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 398 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_INVALID | _PAGE_PROTECT) macro 423 #define __P000 PAGE_NONE 432 #define __S000 PAGE_NONE 1300 if (pgprot_val(pgprot) == pgprot_val(PAGE_NONE)) in massage_pgprot_pmd()
|
/Linux-v4.19/arch/sh/kernel/ |
D | io_trapped.c | 76 tiop->virt_base = vmap(pages, n, VM_MAP, PAGE_NONE); in register_trapped_io()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 165 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_PRIVILEGED) macro 173 #define __P000 PAGE_NONE 182 #define __S000 PAGE_NONE
|