Searched refs:VM_NONE (Results 1 – 25 of 27) sorted by relevance
12
| /linux/arch/x86/mm/ |
| H A D | pgprot.c | 9 [VM_NONE] = PAGE_NONE,
|
| /linux/arch/arc/mm/ |
| H A D | mmap.c | 63 [VM_NONE] = PAGE_U_NONE,
|
| /linux/arch/arm64/mm/ |
| H A D | mmap.c | 17 [VM_NONE] = PAGE_NONE,
|
| /linux/arch/m68k/mm/ |
| H A D | sun3mmu.c | 94 [VM_NONE] = PAGE_NONE,
|
| H A D | mcfmmu.c | 222 [VM_NONE] = PAGE_NONE,
|
| H A D | motorola.c | 407 [VM_NONE] = PAGE_NONE_C,
|
| /linux/arch/nios2/mm/ |
| H A D | init.c | 119 [VM_NONE] = MKP(0, 0, 0),
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 49 #define VM_NONE 0x00000000 macro 69 #define VM_SHADOW_STACK VM_NONE 72 #define VM_GROWSUP VM_NONE 116 #define VM_SEALED VM_NONE
|
| /linux/arch/xtensa/mm/ |
| H A D | init.c | 184 [VM_NONE] = PAGE_NONE,
|
| /linux/include/linux/ |
| H A D | mm.h | 276 #define VM_NONE 0x00000000 macro 384 # define VM_SHADOW_STACK VM_NONE 405 # define VM_MTE VM_NONE 406 # define VM_MTE_ALLOWED VM_NONE 410 # define VM_GROWSUP VM_NONE 417 # define VM_UFFD_MINOR VM_NONE 431 #define VM_ALLOW_ANY_UNCACHED VM_NONE 440 #define VM_DROPPABLE VM_NONE 447 #define VM_SEALED VM_NONE 503 # define VM_ARCH_CLEAR VM_NONE [all …]
|
| /linux/arch/csky/mm/ |
| H A D | init.c | 135 [VM_NONE] = PAGE_NONE,
|
| /linux/arch/microblaze/mm/ |
| H A D | init.c | 244 [VM_NONE] = PAGE_NONE,
|
| /linux/arch/sh/mm/ |
| H A D | mmap.c | 23 [VM_NONE] = PAGE_NONE,
|
| /linux/arch/openrisc/mm/ |
| H A D | init.c | 247 [VM_NONE] = PAGE_NONE,
|
| /linux/arch/hexagon/mm/ |
| H A D | init.c | 214 [VM_NONE] = __pgprot(_PAGE_PRESENT | _PAGE_USER |
|
| /linux/arch/loongarch/mm/ |
| H A D | cache.c | 162 [VM_NONE] = __pgprot(_CACHE_CC | _PAGE_USER |
|
| /linux/arch/s390/mm/ |
| H A D | mmap.c | 198 pm[VM_NONE] = PAGE_NONE; in setup_protection_map()
|
| /linux/arch/um/kernel/ |
| H A D | mem.c | 237 [VM_NONE] = PAGE_NONE,
|
| /linux/arch/alpha/mm/ |
| H A D | init.c | 250 [VM_NONE] = _PAGE_P(_PAGE_FOE | _PAGE_FOW |
|
| /linux/arch/sparc/mm/ |
| H A D | init_32.c | 286 [VM_NONE] = PAGE_NONE,
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 396 pub const NONE: vm_flags_t = bindings::VM_NONE as vm_flags_t;
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable.c | 535 [VM_NONE] = PAGE_NONE,
|
| /linux/mm/ |
| H A D | debug_vm_pgtable.c | 1137 args->page_prot_none = vm_get_page_prot(VM_NONE); in init_args() 1270 #define VM_FLAGS_START (VM_NONE) in debug_vm_pgtable()
|
| H A D | mmap.c | 504 if (VM_DROPPABLE == VM_NONE) in do_mmap()
|
| /linux/arch/parisc/mm/ |
| H A D | init.c | 970 [VM_NONE] = PAGE_NONE,
|
12