| /linux/arch/x86/mm/ |
| H A D | pgprot.c | 9 [VM_NONE] = PAGE_NONE, 17 [VM_SHARED] = PAGE_NONE,
|
| H A D | cpu_entry_area.c | 127 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
|
| /linux/arch/m68k/mm/ |
| H A D | sun3mmu.c | 85 [VM_NONE] = PAGE_NONE, 93 [VM_SHARED] = PAGE_NONE,
|
| H A D | mcfmmu.c | 219 [VM_NONE] = PAGE_NONE, 246 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/arm64/mm/ |
| H A D | mmap.c | 17 [VM_NONE] = PAGE_NONE, 26 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/um/kernel/ |
| H A D | mem.c | 130 [VM_NONE] = PAGE_NONE, 138 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/xtensa/mm/ |
| H A D | init.c | 184 [VM_NONE] = PAGE_NONE, 192 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/microblaze/mm/ |
| H A D | init.c | 242 [VM_NONE] = PAGE_NONE, 250 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/csky/mm/ |
| H A D | init.c | 135 [VM_NONE] = PAGE_NONE, 143 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/sh/mm/ |
| H A D | mmap.c | 23 [VM_NONE] = PAGE_NONE, 31 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/openrisc/mm/ |
| H A D | init.c | 241 [VM_NONE] = PAGE_NONE, 249 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/sh/include/asm/ |
| H A 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/arch/s390/mm/ |
| H A D | mmap.c | 197 pm[VM_NONE] = PAGE_NONE; in setup_protection_map() 205 pm[VM_SHARED] = PAGE_NONE; in setup_protection_map()
|
| /linux/arch/m68k/include/asm/ |
| H A D | pgtable_no.h | 25 #define PAGE_NONE __pgprot(0) macro
|
| H A D | sun3_pgtable.h | 45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro
|
| H A D | mcf_pgtable.h | 66 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro
|
| /linux/arch/sparc/mm/ |
| H A D | init_32.c | 286 [VM_NONE] = PAGE_NONE, 294 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-nommu.h | 34 #define PAGE_NONE __pgprot(0) macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pgtable-masks.h | 23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 169 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro 190 # define PAGE_NONE __pgprot(0) macro
|
| /linux/arch/parisc/mm/ |
| H A D | init.c | 963 [VM_NONE] = PAGE_NONE, 965 [VM_WRITE] = PAGE_NONE, 971 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable-bits.h | 112 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \ macro
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable.c | 547 [VM_NONE] = PAGE_NONE, 555 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 109 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable-prot.h | 122 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PRESENT_INVALID | PTE_RDONLY | PTE… macro
|